public class NotNullLazyKey<T,H extends UserDataHolder> extends Key<T>
Modifier and Type | Method and Description |
---|---|
static <T,H extends UserDataHolder> |
create(java.lang.String name,
NotNullFunction<? super H,? extends T> function) |
T |
getValue(H h) |
create, equals, findKeyByName, get, get, get, getKeyByIndex, getRequired, hashCode, isIn, set, set, toString
public static <T,H extends UserDataHolder> NotNullLazyKey<T,H> create(java.lang.String name, NotNullFunction<? super H,? extends T> function)