Class MethodInvokeFunction.Abst
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.MethodInvokeFunction.Abst
-
- All Implemented Interfaces:
MethodInvokeFunction
,ThrowingTriFunction<java.lang.reflect.Method,java.lang.Object,java.lang.Object[],java.lang.Object,java.lang.Throwable>
- Direct Known Subclasses:
MethodInvokeFunction.ForJava7
,MethodInvokeFunction.ForJava9
- Enclosing interface:
- MethodInvokeFunction
public static class MethodInvokeFunction.Abst extends java.lang.Object implements MethodInvokeFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.MethodInvokeFunction
MethodInvokeFunction.Abst, MethodInvokeFunction.ForJava7, MethodInvokeFunction.ForJava9
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.invoke.MethodHandle
methodHandle
-
Constructor Summary
Constructors Constructor Description Abst()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
apply(java.lang.reflect.Method method, java.lang.Object target, java.lang.Object[] params)
-
-
-
Method Detail
-
apply
public java.lang.Object apply(java.lang.reflect.Method method, java.lang.Object target, java.lang.Object[] params) throws java.lang.Throwable
- Specified by:
apply
in interfaceThrowingTriFunction<java.lang.reflect.Method,java.lang.Object,java.lang.Object[],java.lang.Object,java.lang.Throwable>
- Throws:
java.lang.Throwable
-
-