public interface IsNotNull<T,R> extends NullPredicate<T,R>
| Modifier and Type | Method and Description |
|---|---|
IsNull<T,R> |
negate() |
default NullPredicateType |
nullPredicateType()
If this predicate represents a simple
a == null or
a != null predicate on the mapped value, then this method may
choose to return a special value so that the predicate may be
short-circuited. |
default boolean |
test(T in) |
expressiondefault NullPredicateType nullPredicateType()
NullPredicatea == null or
a != null predicate on the mapped value, then this method may
choose to return a special value so that the predicate may be
short-circuited. The method may always return
NullPredicateType.OTHER, in which case no such optimization
can be done.nullPredicateType in interface NullPredicate<T,R>Copyright © 2019 Speedment, Inc.. All rights reserved.