@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  ReadableStateconstructed from a constant value, hence immediately available. | 
public static <T> ReadableState<T> immediate(T value)
ReadableState constructed from a constant value, hence immediately available.