We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b41f8 commit 5d6ac53Copy full SHA for 5d6ac53
src/main/java/io/reactivex/functions/Function.java
@@ -29,6 +29,5 @@ public interface Function<T, R> {
29
* @return the output value
30
* @throws Exception on error
31
*/
32
- @NonNull
33
R apply(@NonNull T t) throws Exception;
34
}
0 commit comments