Uses of Class
io.appform.hope.core.functions.HopeFunction
-
-
Uses of HopeFunction in io.appform.hope.core.functions
Method parameters in io.appform.hope.core.functions with type arguments of type HopeFunction Modifier and Type Method Description voidFunctionRegistry. register(Class<? extends HopeFunction> clazz)Register aHopeFunctionimplementation. -
Uses of HopeFunction in io.appform.hope.core.functions.impl.arr
Subclasses of HopeFunction in io.appform.hope.core.functions.impl.arr Modifier and Type Class Description classContainsAllChecks if (evaluated) lhs array contains all values from (evaluated) rhs array.classContainsAnyChecks if (evaluated) lhs array contains any value from (evaluated) rhs array.classInChecks if (evaluated) lhs value is present in (evaluated) rhs array.classIsEmptyChecks if array is emptyclassLengthReturns length of arrayclassNotInChecks if (evaluated) lhs value is not present in (evaluated) rhs array. -
Uses of HopeFunction in io.appform.hope.core.functions.impl.math
Subclasses of HopeFunction in io.appform.hope.core.functions.impl.math Modifier and Type Class Description classAbsReturns absoluteNumericValuefor evaluatedNumericValueparameter.classAddReturnsNumericValuesum for N provided evaluatedNumericValueparameters.classCeilReturns ceilingNumericValuefor evaluatedNumericValueparameter.classDivideReturns quotientNumericValuefor division of evaluatedNumericValuenumerator by evaluatedNumericValuedenominator.classFloorReturns floorNumericValuefor evaluatedNumericValueparameter.classModuloReturns remainderNumericValuefor division of evaluatedNumericValuenumerator by evaluatedNumericValuedenominator.classMultiplyReturnsNumericValueproduct of N provided evaluatedNumericValueparameters.classNegateReturns negativeNumericValueof evaluatedNumericValueparameter.classSubstractReturnsNumericValueresult after subtracting evaluatedNumericValuerhs from evaluatedNumericValuefrom lhs. -
Uses of HopeFunction in io.appform.hope.core.functions.impl.path
Subclasses of HopeFunction in io.appform.hope.core.functions.impl.path Modifier and Type Class Description classExistsReturns trueBooleanValueif a json node/value exists at provided path. -
Uses of HopeFunction in io.appform.hope.core.functions.impl.pointer
Subclasses of HopeFunction in io.appform.hope.core.functions.impl.pointer Modifier and Type Class Description classExistsReturns trueBooleanValueif a json node/value exists at provided pointer. -
Uses of HopeFunction in io.appform.hope.core.functions.impl.str
Subclasses of HopeFunction in io.appform.hope.core.functions.impl.str Modifier and Type Class Description classLengthReturnsNumericValuelength of provided evaluatedStringValueparameter.classLowerCaseReturns lower caseStringValueof providedStringValueparameter.classMatchMatches a string against a regexclassSubStrReturns substringStringValueof provided parameterStringValuefromNumericValuestart toNumericValueend (exclusive).classUpperCaseReturns upper caseStringValueof providedStringValueparameter. -
Uses of HopeFunction in io.appform.hope.core.functions.impl.sys
Subclasses of HopeFunction in io.appform.hope.core.functions.impl.sys Modifier and Type Class Description classEpochReturns current UNIX epoch timeNumericValuein milliseconds. -
Uses of HopeFunction in io.appform.hope.core.functions.impl.utils
Subclasses of HopeFunction in io.appform.hope.core.functions.impl.utils Modifier and Type Class Description classHashJReturnsNumericValuejava Object.hashCode() hash of provided evaluatedStringValueparameter.classHashM128ReturnsNumericValueMurmur3 128 hash of provided evaluatedStringValueparameter.
-