P
- Type-variable for the promised value.T
- Type-variable for the possibly existing value.public static interface PromisedValue.NullableFunction<P,T> extends Function<P,T>
Function
with a Nullable
annotation for IntelliJ code inspection.Modifier and Type | Method and Description |
---|---|
T |
apply(P promisedValue) |