Module jpastreamer.field
Interface FieldIsNullPredicate<ENTITY,T>
- All Superinterfaces:
Comparator<ENTITY>,com.speedment.runtime.compute.expression.Expression<ENTITY>,FieldPredicate<ENTITY>,com.speedment.runtime.compute.trait.HasAsDouble<ENTITY>,com.speedment.runtime.compute.trait.HasAsInt<ENTITY>,com.speedment.runtime.compute.trait.HasAsLong<ENTITY>,com.speedment.runtime.compute.trait.HasCompare<ENTITY>,com.speedment.runtime.compute.trait.HasCompose<ENTITY>,HasField<ENTITY>,com.speedment.runtime.compute.trait.HasHash<ENTITY>,com.speedment.runtime.compute.trait.HasMap<ENTITY,,com.speedment.common.function.BooleanUnaryOperator, com.speedment.runtime.compute.ToBoolean<ENTITY>> com.speedment.runtime.compute.trait.HasMapToDouble<ENTITY,,com.speedment.common.function.BooleanToDoubleFunction> HasPredicateType,com.speedment.runtime.compute.expression.predicate.IsNull<ENTITY,,T> com.speedment.runtime.compute.expression.predicate.NullPredicate<ENTITY,,T> Predicate<ENTITY>,SpeedmentPredicate<ENTITY>,com.speedment.runtime.compute.ToBoolean<ENTITY>,com.speedment.common.function.ToBooleanFunction<ENTITY>
public interface FieldIsNullPredicate<ENTITY,T>
extends FieldPredicate<ENTITY>, com.speedment.runtime.compute.expression.predicate.IsNull<ENTITY,T>
- Since:
- 3.1.2
- Author:
- Emil Forslund
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanapplyAsBoolean(ENTITY object) default PredicateTypeReturns the type of this predicate.negate()booleanMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface com.speedment.runtime.compute.expression.predicate.IsNull
nullPredicateTypeMethods inherited from interface com.speedment.runtime.compute.expression.predicate.NullPredicate
expressionMethods inherited from interface com.speedment.jpastreamer.field.predicate.SpeedmentPredicate
and, compose, orMethods inherited from interface com.speedment.runtime.compute.ToBoolean
asDouble, asInt, asLong, compare, composeNullable, expressionType, hash, map, mapToDouble
-
Method Details
-
test
-
negate
FieldIsNotNullPredicate<ENTITY,T> negate() -
getPredicateType
Description copied from interface:HasPredicateTypeReturns the type of this predicate.- Specified by:
getPredicateTypein interfaceHasPredicateType- Returns:
- the
PredicateType
-
applyAsBoolean
-