Bloc<S> class abstract

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

Implementers

Constructors

Bloc()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyAfterware(Stream<WareContext<S>> input) Stream<WareContext<S>>
applyMiddleware(Stream<WareContext<S>> input) Stream<WareContext<S>>
applyReducer(Stream<Accumulator<S>> input) Stream<Accumulator<S>>
dispose() → 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