Uses of Class
io.appform.hope.core.functions.FunctionImplementation
-
-
Uses of FunctionImplementation in io.appform.hope.core.functions.impl.arr
Classes in io.appform.hope.core.functions.impl.arr with annotations of type FunctionImplementation 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 FunctionImplementation in io.appform.hope.core.functions.impl.math
Classes in io.appform.hope.core.functions.impl.math with annotations of type FunctionImplementation 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 FunctionImplementation in io.appform.hope.core.functions.impl.path
Classes in io.appform.hope.core.functions.impl.path with annotations of type FunctionImplementation Modifier and Type Class Description classExistsReturns trueBooleanValueif a json node/value exists at provided path. -
Uses of FunctionImplementation in io.appform.hope.core.functions.impl.pointer
Classes in io.appform.hope.core.functions.impl.pointer with annotations of type FunctionImplementation Modifier and Type Class Description classExistsReturns trueBooleanValueif a json node/value exists at provided pointer. -
Uses of FunctionImplementation in io.appform.hope.core.functions.impl.str
Classes in io.appform.hope.core.functions.impl.str with annotations of type FunctionImplementation 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 FunctionImplementation in io.appform.hope.core.functions.impl.sys
Classes in io.appform.hope.core.functions.impl.sys with annotations of type FunctionImplementation Modifier and Type Class Description classEpochReturns current UNIX epoch timeNumericValuein milliseconds. -
Uses of FunctionImplementation in io.appform.hope.core.functions.impl.utils
Classes in io.appform.hope.core.functions.impl.utils with annotations of type FunctionImplementation Modifier and Type Class Description classHashJReturnsNumericValuejava Object.hashCode() hash of provided evaluatedStringValueparameter.classHashM128ReturnsNumericValueMurmur3 128 hash of provided evaluatedStringValueparameter.
-