public class BooleanFunction extends BooleanCondition
function, metadata| Constructor and Description |
|---|
BooleanFunction(DslField<java.lang.Boolean> field) |
BooleanFunction(PredicateMetadata metadata,
java.util.function.BiFunction<DslModel,Context,java.util.Optional<java.lang.Boolean>> value) |
and, and, isFalse, isTrue, not, or, orallMatch, allMatch, allMatch, anyMatch, anyMatch, eq, eq, eq, isNotNull, isNull, map, mapToInt, mapToString, mapUsing, noneMatch, noneMatch, noneMatch, notEq, notEq, notEqgetFunction, getMetadata, readable, value, valueModelpublic BooleanFunction(DslField<java.lang.Boolean> field)
public BooleanFunction(PredicateMetadata metadata, java.util.function.BiFunction<DslModel,Context,java.util.Optional<java.lang.Boolean>> value)