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 classstatic classstatic class -
Method Summary
Methods inherited from interface ThrowingBiFunction
apply