Class Http2Blueprint.BidiFlowExt<I1,​O1,​I2,​O2,​Mat>

  • Enclosing class:
    Http2Blueprint

    public static class Http2Blueprint.BidiFlowExt<I1,​O1,​I2,​O2,​Mat>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BidiFlowExt​(akka.stream.scaladsl.BidiFlow<I1,​O1,​I2,​O2,​Mat> bidi)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <OO1,​II2,​Mat2>
      akka.stream.scaladsl.BidiFlow<I1,​OO1,​II2,​O2,​Mat2>
      atopKeepRight​(akka.stream.Graph<akka.stream.BidiShape<O1,​OO1,​II2,​I2>,​Mat2> other)  
      • Methods inherited from class java.lang.Object

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

      • BidiFlowExt

        public BidiFlowExt​(akka.stream.scaladsl.BidiFlow<I1,​O1,​I2,​O2,​Mat> bidi)
    • Method Detail

      • atopKeepRight

        public <OO1,​II2,​Mat2> akka.stream.scaladsl.BidiFlow<I1,​OO1,​II2,​O2,​Mat2> atopKeepRight​(akka.stream.Graph<akka.stream.BidiShape<O1,​OO1,​II2,​I2>,​Mat2> other)