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