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>