3.10.1 2022-03-18: NotNull whereNotNull()
Release 3.10.1 2022-03-18: NotNull whereNotNull()
- Added
@NotNull
annotation to the generic type parameter returned by Transformable.whereNonNull()
(and implementation of that method in UnmodIterable).- Was:
@NotNull Transformable<T> whereNonNull()
- Now:
@NotNull Transformable<@NotNull T> whereNonNull()
- Was: