Class ConstructorInvokeFunction.Abst
java.lang.Object
io.github.toolfactory.jvm.function.catalog.ConstructorInvokeFunction.Abst
- All Implemented Interfaces:
ConstructorInvokeFunction
,ThrowingBiFunction<Constructor<?>,
Object[], Object, Throwable>
- Direct Known Subclasses:
ConstructorInvokeFunction.ForJava7
,ConstructorInvokeFunction.ForJava9
- Enclosing interface:
ConstructorInvokeFunction
public abstract static class ConstructorInvokeFunction.Abst
extends 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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
methodHandle
-
-
Constructor Details
-
Abst
public Abst()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceThrowingBiFunction<Constructor<?>,
Object[], Object, Throwable> - Throws:
Throwable
-