Uses of Interface
io.github.toolfactory.jvm.function.catalog.MethodInvokeFunction
-
Packages that use MethodInvokeFunction Package Description io.github.toolfactory.jvm io.github.toolfactory.jvm.function.catalog -
-
Uses of MethodInvokeFunction in io.github.toolfactory.jvm
Methods in io.github.toolfactory.jvm that return MethodInvokeFunction Modifier and Type Method Description protected MethodInvokeFunctionDriverAbst. getMethodInvoker(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)protected MethodInvokeFunctionDriverAbst. getOrBuildMethodInvoker(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)Methods in io.github.toolfactory.jvm that return types with arguments of type MethodInvokeFunction Modifier and Type Method Description protected java.lang.Class<? extends MethodInvokeFunction>DefaultDriver. getMethodInvokeFunctionClass()protected abstract java.lang.Class<? extends MethodInvokeFunction>DriverAbst. getMethodInvokeFunctionClass() -
Uses of MethodInvokeFunction in io.github.toolfactory.jvm.function.catalog
Classes in io.github.toolfactory.jvm.function.catalog that implement MethodInvokeFunction Modifier and Type Class Description static classMethodInvokeFunction.Abststatic classMethodInvokeFunction.ForJava7static classMethodInvokeFunction.ForJava9
-