public static class RxBox.Default<T> extends Object implements RxBox<T>
RxBox
.RxBox.Default<T>
Box.Dbl, Box.Int, Box.Nullable<T>
Modifier | Constructor and Description |
---|---|
protected |
Default(T initial)
Creates a Holder which holds the given value.
|
Modifier and Type | Method and Description |
---|---|
Observable<T> |
asObservable() |
T |
get()
Returns the value.
|
void |
set(T newValue)
Sets the value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
combineLatest, from, map
protected Default(T initial)
public Observable<T> asObservable()
asObservable
in interface IObservable<T>