Uses of Interface
com.speedment.runtime.compute.expression.predicate.IsNull
-
Packages that use IsNull 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 IsNull in com.speedment.runtime.compute.expression.predicate
Methods in com.speedment.runtime.compute.expression.predicate that return IsNull Modifier and Type Method Description IsNull<T,R>IsNotNull. negate() -
Uses of IsNull in com.speedment.runtime.compute.trait
Methods in com.speedment.runtime.compute.trait that return IsNull Modifier and Type Method Description default IsNull<T,R>ToNullable. isNull()Returns aPredicatethat istruefor any values that would make this expression returnnullandfalsefor any values that would make this expression return a result.
-