Package akka.http.impl.util
Interface StreamUtils.EntityStreamOp<M>
-
- All Known Implementing Classes:
StreamUtils.CaptureMaterializationAndTerminationOp$
,StreamUtils.CaptureTerminationOp$
- Enclosing class:
- StreamUtils
public static interface StreamUtils.EntityStreamOp<M>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T,Mat>
scala.Tuple2<akka.stream.scaladsl.Source<T,Mat>,M>apply(akka.stream.scaladsl.Source<T,Mat> source)
M
strictM()
-