@Internal public class ReadableStates extends java.lang.Object
Constructor and Description |
---|
ReadableStates() |
Modifier and Type | Method and Description |
---|---|
static <T> ReadableState<T> |
immediate(T value)
A
ReadableState constructed from a constant value, hence immediately available. |
public static <T> ReadableState<T> immediate(@Nullable T value)
ReadableState
constructed from a constant value, hence immediately available.