Uses of Class
io.appform.hope.core.values.BooleanValue
-
-
Uses of BooleanValue in io.appform.hope.core
Methods in io.appform.hope.core with parameters of type BooleanValue Modifier and Type Method Description TVisitor. visit(BooleanValue booleanValue)TVisitorAdapter. visit(BooleanValue booleanValue) -
Uses of BooleanValue in io.appform.hope.core.functions.impl.arr
Methods in io.appform.hope.core.functions.impl.arr that return BooleanValue Modifier and Type Method Description BooleanValueContainsAll. apply(Evaluator.EvaluationContext evaluationContext)BooleanValueContainsAny. apply(Evaluator.EvaluationContext evaluationContext)BooleanValueIn. apply(Evaluator.EvaluationContext evaluationContext)BooleanValueIsEmpty. apply(Evaluator.EvaluationContext evaluationContext)BooleanValueNotIn. apply(Evaluator.EvaluationContext evaluationContext) -
Uses of BooleanValue in io.appform.hope.core.functions.impl.path
Methods in io.appform.hope.core.functions.impl.path that return BooleanValue Modifier and Type Method Description BooleanValueExists. apply(Evaluator.EvaluationContext evaluationContext) -
Uses of BooleanValue in io.appform.hope.core.functions.impl.pointer
Methods in io.appform.hope.core.functions.impl.pointer that return BooleanValue Modifier and Type Method Description BooleanValueExists. apply(Evaluator.EvaluationContext evaluationContext) -
Uses of BooleanValue in io.appform.hope.core.functions.impl.str
Methods in io.appform.hope.core.functions.impl.str that return BooleanValue Modifier and Type Method Description BooleanValueMatch. apply(Evaluator.EvaluationContext evaluationContext) -
Uses of BooleanValue in io.appform.hope.core.operators
Constructors in io.appform.hope.core.operators with parameters of type BooleanValue Constructor Description And(BooleanValue lhs, BooleanValue rhs)Not(BooleanValue operand)Or(BooleanValue lhs, BooleanValue rhs)
-