Interface ReflectionResolver.HandleFunction<T,R>
- Type Parameters:
T- the lookup typeR- the produced handle type
- Enclosing interface:
ReflectionResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A lookup that is allowed to fail with
IllegalAccessException.-
Method Summary
-
Method Details
-
apply
Performs the lookup.- Parameters:
t- the lookup- Returns:
- the handle
- Throws:
IllegalAccessException- if the member is not accessible
-