public class IntegerCondition extends NumericCondition<java.lang.Integer> implements IntegerOperators
Integer functions for the numeric conditions.function, metadata| Constructor and Description |
|---|
IntegerCondition(DslField<java.lang.Integer> field) |
IntegerCondition(NumericCondition<java.lang.Long> condition) |
IntegerCondition(PredicateMetadata metadata,
java.util.function.BiFunction<DslModel,Context,java.util.Optional<java.lang.Integer>> value) |
between, between, greaterOrEquals, greaterOrEquals, greaterThan, greaterThan, lesserOrEquals, lesserOrEquals, lesserThan, lesserThanallMatch, allMatch, allMatch, anyMatch, anyMatch, eq, eq, eq, isNotNull, isNull, map, mapToInt, mapToString, mapUsing, noneMatch, noneMatch, noneMatch, notEq, notEq, notEqgetFunction, getMetadata, readable, value, valueModelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgreaterOrEqualsFunction, greaterThanFunction, identity, lesserOrEqualsFunction, lesserThanFunction, minFunction, sumFunction, timesFunctionpublic IntegerCondition(DslField<java.lang.Integer> field)
public IntegerCondition(PredicateMetadata metadata, java.util.function.BiFunction<DslModel,Context,java.util.Optional<java.lang.Integer>> value)
public IntegerCondition(NumericCondition<java.lang.Long> condition)