Skip to content

Commit 5d6ac53

Browse files
ansmanakarnokd
authored andcommitted
Remove the @nonnull annotation from Function (#5449)
As per per the discussion in #5447
1 parent 31b41f8 commit 5d6ac53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/reactivex/functions/Function.java

-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ public interface Function<T, R> {
2929
* @return the output value
3030
* @throws Exception on error
3131
*/
32-
@NonNull
3332
R apply(@NonNull T t) throws Exception;
3433
}

0 commit comments

Comments
 (0)