Skip to content

Commit

Permalink
Remove the @nonnull annotation from Function
Browse files Browse the repository at this point in the history
As per per the discussion in ReactiveX#5447
  • Loading branch information
Nicklas Ansman Giertz authored and Nicklas Ansman Giertz committed Jun 27, 2017
1 parent 31b41f8 commit c91fea6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/io/reactivex/functions/Function.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ public interface Function<T, R> {
* @return the output value
* @throws Exception on error
*/
@NonNull
R apply(@NonNull T t) throws Exception;
}

0 comments on commit c91fea6

Please sign in to comment.