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