Class ContainsAll
- java.lang.Object
-
- io.appform.hope.core.functions.HopeFunction<BooleanValue>
-
- io.appform.hope.core.functions.impl.arr.ContainsAll
-
public class ContainsAll extends HopeFunction<BooleanValue>
Checks if (evaluated) lhs array contains all values from (evaluated) rhs array. ReturnsBooleanValue.
-
-
Constructor Summary
Constructors Constructor Description ContainsAll(Value lhs, Value rhs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanValueapply(Evaluator.EvaluationContext evaluationContext)
-
-
-
Method Detail
-
apply
public BooleanValue apply(Evaluator.EvaluationContext evaluationContext)
- Specified by:
applyin classHopeFunction<BooleanValue>
-
-