Uses of Interface
com.speedment.runtime.compute.expression.predicate.IsNotNull
-
Packages that use IsNotNull Package Description com.speedment.runtime.compute.expression.predicate Specializations of predicates that are returned by expressions.com.speedment.runtime.compute.trait Traits used in the base package for functional interfaces. -
-
Uses of IsNotNull in com.speedment.runtime.compute.expression.predicate
Methods in com.speedment.runtime.compute.expression.predicate that return IsNotNull Modifier and Type Method Description IsNotNull<T,R>IsNull. negate() -
Uses of IsNotNull in com.speedment.runtime.compute.trait
Methods in com.speedment.runtime.compute.trait that return IsNotNull Modifier and Type Method Description default IsNotNull<T,R>ToNullable. isNotNull()Returns aPredicatethat isfalsefor any values that would make this expression returnnullandtruefor any values that would make this expression return a result.
-