ReduxBloc<S, T> class abstract

A business logic component that can apply middleware, reducer, and afterware functionality to a ReduxStore by transforming the streams passed into its applyMiddleware, applyReducer, and applyAfterware methods.

Implementers

Constructors

ReduxBloc()

Properties

hashCode int
The hash code for this object.
no setterinherited
initialPrivateState → T
no setter
initialState → S
no setter
moduleName String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyAfterware(Stream<WareContext> input) Stream<WareContext>
applyMiddleware(Stream<WareContext> input) Stream<WareContext>
applyReducer(Stream<Accumulator> input) Stream<Accumulator>
dispose() → void
initBloc() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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