UIDelegate<S, A> class

Available extensions

Constructors

UIDelegate()

Properties

disposableBag → DisposeBag
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uiActionsSubject → BehaviorSubject<A>
final
uiStatesSubject → BehaviorSubject<S>
final

Methods

add(S uiState) → dynamic
addAction(A uiAction) → dynamic
cache<T, R>(T input, R processor(T)) → R
dispose() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uiActions() Stream<A>
uiStates() Stream<S>

Operators

operator ==(Object other) bool
The equality operator.
inherited