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.
@FunctionalInterface
@SdkInternalApi
public interface StaticGetterMethod<GetterT>
extends Supplier<GetterT>
- 
Method SummaryStatic MethodsModifier and TypeMethodDescriptionstatic <GetterT> StaticGetterMethod<GetterT> create(Method buildMethod, MethodHandles.Lookup lookup) 
- 
Method Details- 
createstatic <GetterT> StaticGetterMethod<GetterT> create(Method buildMethod, MethodHandles.Lookup lookup) 
 
-