Property<T> typedef

Property<T> = Stream<PropertyState<T>>

Implementation

typedef Property<T> = Stream<PropertyState<T>>;