PropertyStreamUtils<T> extension

on

Properties

firstValue Future<T>
no setter
firstValueState Future<ValueState<T>>
no setter

Methods

mapValue<R>(R mapper(T)) Stream<PropertyState<R>>
mapValueState<R>(ValueState<R> mapper(ValueState<T>)) Stream<PropertyState<R>>
untilFirstValue() Stream<PropertyState<T>>
whereValue() Stream<ValueState<T>>