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