Class StreamUtils.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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CaptureTerminationOp$

        public CaptureTerminationOp$()
    • Method Detail

      • strictM

        public scala.concurrent.Future<scala.runtime.BoxedUnit> strictM()
        Specified by:
        strictM in interface StreamUtils.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 interface StreamUtils.EntityStreamOp<scala.concurrent.Future<scala.runtime.BoxedUnit>>