Uses of Interface
org.mvel2.util.TriFunction
-
Packages that use TriFunction Package Description org.mvel2 org.mvel2.util -
-
Uses of TriFunction in org.mvel2
Methods in org.mvel2 that return TriFunction Modifier and Type Method Description TriFunction<ExecutionContext,Object,Object[],Object[]>SandboxedParserConfiguration. getMethodInvocationChecker(Method method)Methods in org.mvel2 with parameters of type TriFunction Modifier and Type Method Description voidSandboxedParserConfiguration. registerMethodInvocationChecker(Method method, TriFunction<ExecutionContext,Object,Object[],Object[]> methodInvocationCheckerFunction) -
Uses of TriFunction in org.mvel2.util
Methods in org.mvel2.util that return TriFunction Modifier and Type Method Description default <K> TriFunction<T,U,V,K>TriFunction. andThen(Function<? super R,? extends K> after)
-