Uses of Class
io.appform.hope.core.values.FunctionValue
-
Packages that use FunctionValue Package Description io.appform.hope.core io.appform.hope.core.values -
-
Uses of FunctionValue in io.appform.hope.core
Methods in io.appform.hope.core with parameters of type FunctionValue Modifier and Type Method Description TVisitor. visit(FunctionValue functionValue)TVisitorAdapter. visit(FunctionValue functionValue) -
Uses of FunctionValue in io.appform.hope.core.values
Fields in io.appform.hope.core.values declared as FunctionValue Modifier and Type Field Description protected FunctionValueFunctionEvaluatableValue. functionConstructors in io.appform.hope.core.values with parameters of type FunctionValue Constructor Description ArrayValue(FunctionValue function)BooleanValue(FunctionValue function)EvaluatableValue(FunctionValue function)FunctionEvaluatableValue(FunctionValue function)JsonPathValue(FunctionValue function)JsonPointerValue(FunctionValue function)NumericValue(FunctionValue function)ObjectValue(FunctionValue function)StringValue(FunctionValue function)
-