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()  
    • Method Detail

      • apply

        <T,​Mat> scala.Tuple2<akka.stream.scaladsl.Source<T,​Mat>,​M> apply​(akka.stream.scaladsl.Source<T,​Mat> source)
      • strictM

        M strictM()