Interface StaticGetterMethod<GetterT>
- All Superinterfaces:
Supplier<GetterT>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <GetterT> StaticGetterMethod
<GetterT> create
(Method buildMethod, MethodHandles.Lookup lookup)
-
Method Details
-
create
static <GetterT> StaticGetterMethod<GetterT> create(Method buildMethod, MethodHandles.Lookup lookup)
-