@FunctionalInterface public interface NonNullPredicate<T>
Predicate
boolean
test(T t)
boolean test(@Nonnull T t)