Package org.apache.pekko.http.impl.util
Class CollectorStage$
java.lang.Object
org.apache.pekko.http.impl.util.CollectorStage$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CollectorStage$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T,U> scala.concurrent.Future<scala.Tuple2<scala.collection.immutable.Seq<U>, Object>> resultAfterSourceElements(org.apache.pekko.stream.scaladsl.Source<T, Object> source, org.apache.pekko.stream.scaladsl.Flow<T, U, Object> flow, org.apache.pekko.stream.Materializer materializer)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CollectorStage$
public CollectorStage$()
-
-
Method Details
-
resultAfterSourceElements
-