SaveAction4<T, A, B, C, D> class

An action to run with SaveObserver.

Takes four arguments.

Inheritance

Constructors

SaveAction4(T run(SaveObserver $, A, B, C, D), {SaveRepositoryKey? actionKey})

Properties

actionKey SaveRepositoryKey
Distinguishes the SaveActionEffect.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
run → T Function(SaveObserver $, A, B, C, D)
The main action.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(SaveObserver $, A a, B b, C c, D d) → T
Runs the action and its effects.
createEffect(void onRun(SaveObserver $, A a, B b, C c, D d)) SaveEffect
Creates the effect for this action.
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