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