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