EffectCommandSnapshotSelector<A extends Object, E extends Object, S> typedef
EffectCommandSnapshotSelector<A extends Object, E extends Object, S> =
S Function(EffectCommandSnapshot<A, E> snapshot)
Selects one strongly typed value from a read-only Command snapshot.
Implementation
typedef EffectCommandSnapshotSelector<A extends Object, E extends Object, S> =
S Function(EffectCommandSnapshot<A, E> snapshot);