Package org.apache.pekko.stream.scaladsl
Class StatefulMapConcatAccumulatorFactory$
java.lang.Object
org.apache.pekko.stream.scaladsl.StatefulMapConcatAccumulatorFactory$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StatefulMapConcatAccumulatorFactory$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
StatefulMapConcatAccumulatorFactoryFromJavaApi
public final <In,Out> StatefulMapConcatAccumulatorFactory.StatefulMapConcatAccumulatorFactoryFromJavaApi<In,Out> StatefulMapConcatAccumulatorFactoryFromJavaApi(StatefulMapConcatAccumulatorFactory<In, Out> factory) -
StatefulMapConcatAccumulatorFactoryFromCreator
public final <In,Out> StatefulMapConcatAccumulatorFactory.StatefulMapConcatAccumulatorFactoryFromCreator<In,Out> StatefulMapConcatAccumulatorFactoryFromCreator(Creator<Function<In, Iterable<Out>>> f) -
StatefulMapConcatAccumulatorFactoryFromFunction
public final <In,Out> StatefulMapConcatAccumulatorFactory.StatefulMapConcatAccumulatorFactoryFromFunction<In,Out> StatefulMapConcatAccumulatorFactoryFromFunction(scala.Function0<scala.Function1<In, scala.collection.IterableOnce<Out>>> f)
-