Package org.apache.pekko.stream.scaladsl
Class StatefulMapConcatAccumulatorFactory$
java.lang.Object
org.apache.pekko.stream.scaladsl.StatefulMapConcatAccumulatorFactory$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StatefulMapConcatAccumulatorFactory$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal <In,Out> StatefulMapConcatAccumulatorFactory.StatefulMapConcatAccumulatorFactoryFromCreator<In, Out> final <In,Out> StatefulMapConcatAccumulatorFactory.StatefulMapConcatAccumulatorFactoryFromFunction<In, Out> StatefulMapConcatAccumulatorFactoryFromFunction(scala.Function0<scala.Function1<In, scala.collection.IterableOnce<Out>>> f) final <In,Out> StatefulMapConcatAccumulatorFactory.StatefulMapConcatAccumulatorFactoryFromJavaApi<In, Out> 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
StatefulMapConcatAccumulatorFactory$public StatefulMapConcatAccumulatorFactory$()
 
- 
- 
Method Details- 
StatefulMapConcatAccumulatorFactoryFromJavaApipublic final <In,Out> StatefulMapConcatAccumulatorFactory.StatefulMapConcatAccumulatorFactoryFromJavaApi<In,Out> StatefulMapConcatAccumulatorFactoryFromJavaApi(StatefulMapConcatAccumulatorFactory<In, Out> factory) 
- 
StatefulMapConcatAccumulatorFactoryFromCreatorpublic final <In,Out> StatefulMapConcatAccumulatorFactory.StatefulMapConcatAccumulatorFactoryFromCreator<In,Out> StatefulMapConcatAccumulatorFactoryFromCreator(Creator<Function<In, Iterable<Out>>> f) 
- 
StatefulMapConcatAccumulatorFactoryFromFunctionpublic final <In,Out> StatefulMapConcatAccumulatorFactory.StatefulMapConcatAccumulatorFactoryFromFunction<In,Out> StatefulMapConcatAccumulatorFactoryFromFunction(scala.Function0<scala.Function1<In, scala.collection.IterableOnce<Out>>> f) 
 
-