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.new(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 argumentsNestedState
,NestedStateBuilder
,NestedActions
and combines it with thisNestedMiddlewareBuilder
. -
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