Class ConstructorInvokeFunction.Abst
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.ConstructorInvokeFunction.Abst
-
- All Implemented Interfaces:
ConstructorInvokeFunction
,ThrowingBiFunction<java.lang.reflect.Constructor<?>,java.lang.Object[],java.lang.Object,java.lang.Throwable>
- Direct Known Subclasses:
ConstructorInvokeFunction.ForJava7
,ConstructorInvokeFunction.ForJava9
- Enclosing interface:
- ConstructorInvokeFunction
public abstract static class ConstructorInvokeFunction.Abst extends java.lang.Object implements ConstructorInvokeFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.ConstructorInvokeFunction
ConstructorInvokeFunction.Abst, ConstructorInvokeFunction.ForJava7, ConstructorInvokeFunction.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.Constructor<?> ctor, java.lang.Object[] params)
-
-
-
Method Detail
-
apply
public java.lang.Object apply(java.lang.reflect.Constructor<?> ctor, java.lang.Object[] params) throws java.lang.Throwable
- Specified by:
apply
in interfaceThrowingBiFunction<java.lang.reflect.Constructor<?>,java.lang.Object[],java.lang.Object,java.lang.Throwable>
- Throws:
java.lang.Throwable
-
-