Interface MethodInvokeFunction
-
- All Superinterfaces:
ThrowingTriFunction<java.lang.reflect.Method,java.lang.Object,java.lang.Object[],java.lang.Object,java.lang.Throwable>
- All Known Implementing Classes:
MethodInvokeFunction.Abst
,MethodInvokeFunction.ForJava7
,MethodInvokeFunction.ForJava9
public interface MethodInvokeFunction extends ThrowingTriFunction<java.lang.reflect.Method,java.lang.Object,java.lang.Object[],java.lang.Object,java.lang.Throwable>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MethodInvokeFunction.Abst
static class
MethodInvokeFunction.ForJava7
static class
MethodInvokeFunction.ForJava9
-
Method Summary
-
Methods inherited from interface io.github.toolfactory.jvm.function.template.ThrowingTriFunction
apply
-
-