Interface GetDeclaredFieldFunction
- All Superinterfaces:
ThrowingBiFunction<Class<?>,
String, Field, Throwable>
- All Known Implementing Classes:
GetDeclaredFieldFunction.ForJava7
public interface GetDeclaredFieldFunction
extends ThrowingBiFunction<Class<?>,String,Field,Throwable>
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface io.github.toolfactory.jvm.function.template.ThrowingBiFunction
apply