NestedMiddlewareBuilder<State extends Built<State, StateBuilder>, StateBuilder extends Builder<State, StateBuilder>, Actions extends ReduxActions, NestedState extends Built<NestedState, NestedStateBuilder>, NestedStateBuilder extends Builder<NestedState, NestedStateBuilder>, NestedActions extends ReduxActions> class

Constructors

NestedMiddlewareBuilder(NestedState _stateMapper(State), NestedActions _actionsMapper(Actions))

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

add<Payload>(ActionName<Payload> aMgr, MiddlewareHandler<NestedState, NestedStateBuilder, NestedActions, Payload> handler) → void
combineMiddlewareBuilder(MiddlewareBuilder<NestedState, NestedStateBuilder, NestedActions> other) → void
combineMiddlewareBuilder takes a MiddlewareBuilder with the type arguments NestedState, NestedStateBuilder, NestedActions and combines it with this NestedMiddlewareBuilder.
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