@FunctionalInterface public interface StaticGetterMethod<GetterT> extends Supplier<GetterT>
Modifier and Type | Method and Description |
---|---|
static <GetterT> StaticGetterMethod<GetterT> |
create(Method buildMethod) |
static <GetterT> StaticGetterMethod<GetterT> create(Method buildMethod)
Copyright © 2022. All rights reserved.