Signal
Value<R>
DerivedValue(Value<T> upstream, Function<T,R> mapper)
ListenerDisposer
listen(Runnable listener)
listen(Consumer<R> listener)
<R1> Value<R1>
map(Function<R,R1> mapper)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
listen
Value<T>
Value
map