case classStatefulFlatMapLink[S, -T1, +T2](f: (S, T1) ⇒ (S, GenTraversableOnce[T2]), stateHolder: StateHandle[S]) extends LinkInfo[T1, T2] with Product with Serializable
The kind of link that does sequential transformation of data.
The function itself has state that is transformed every time.
Prefer to use StateZipLink (?)
Linear Supertypes
Serializable, Serializable, Product, Equals, LinkInfo[T1, T2], AnyRef, Any
The kind of link that does sequential transformation of data. The function itself has state that is transformed every time. Prefer to use StateZipLink (?)