Class Exists
- java.lang.Object
-
- io.appform.hope.core.functions.HopeFunction<BooleanValue>
-
- io.appform.hope.core.functions.impl.pointer.Exists
-
public class Exists extends HopeFunction<BooleanValue>
Returns trueBooleanValueif a json node/value exists at provided pointer.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanValueapply(Evaluator.EvaluationContext evaluationContext)
-
-
-
Constructor Detail
-
Exists
public Exists(Value pointer)
-
-
Method Detail
-
apply
public BooleanValue apply(Evaluator.EvaluationContext evaluationContext)
- Specified by:
applyin classHopeFunction<BooleanValue>
-
-