FpdartSequenceIterableState<S, A> extension
Convert a List<State<S, A>>
to a single State<S, List<A>>
.
- on
-
- Iterable<
State< S, A> >
- Iterable<
Methods
-
sequenceState(
) → State< S, Iterable< A> > -
Available on Iterable<
State< , provided by the FpdartSequenceIterableState extensionS, A> >