Streamable<T> constructor
Streamable<T> (
- T defaultValue
Classes containing this object need to implement Forgettable
Implementation
Streamable(T defaultValue) {
value = defaultValue;
}