Package akka.http.impl.util
Class StreamUtils.CaptureTerminationOp$
- java.lang.Object
-
- akka.http.impl.util.StreamUtils.CaptureTerminationOp$
-
- All Implemented Interfaces:
StreamUtils.EntityStreamOp<scala.concurrent.Future<scala.runtime.BoxedUnit>>
- Enclosing class:
- StreamUtils
public static class StreamUtils.CaptureTerminationOp$ extends java.lang.Object implements StreamUtils.EntityStreamOp<scala.concurrent.Future<scala.runtime.BoxedUnit>>
-
-
Field Summary
Fields Modifier and Type Field Description static StreamUtils.CaptureTerminationOp$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CaptureTerminationOp$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,Mat>
scala.Tuple2<akka.stream.scaladsl.Source<T,Mat>,scala.concurrent.Future<scala.runtime.BoxedUnit>>apply(akka.stream.scaladsl.Source<T,Mat> source)
scala.concurrent.Future<scala.runtime.BoxedUnit>
strictM()
-
-
-
Field Detail
-
MODULE$
public static final StreamUtils.CaptureTerminationOp$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
strictM
public scala.concurrent.Future<scala.runtime.BoxedUnit> strictM()
- Specified by:
strictM
in interfaceStreamUtils.EntityStreamOp<scala.concurrent.Future<scala.runtime.BoxedUnit>>
-
apply
public <T,Mat> scala.Tuple2<akka.stream.scaladsl.Source<T,Mat>,scala.concurrent.Future<scala.runtime.BoxedUnit>> apply(akka.stream.scaladsl.Source<T,Mat> source)
- Specified by:
apply
in interfaceStreamUtils.EntityStreamOp<scala.concurrent.Future<scala.runtime.BoxedUnit>>
-
-