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