StatefulMapConcatAccumulator
org.apache.pekko.stream.javadsl.StatefulMapConcatAccumulator
@FunctionalInterface
trait StatefulMapConcatAccumulator[-In, Out] extends Function[In, Iterable[Out]]
A special accumulator for StatefulMapConcat operator that allows to emit elements when the upstream has completed.
Attributes
- Since
-
1.2.0
- Source
- StatefulMapConcatAccumulator.scala
- Graph
-
- Supertypes
Members list
In this article