implicit final class FlowShapeArrow[I, O] extends AnyVal with ReverseCombinerBase[I]
- Alphabetic
- By Inheritance
- FlowShapeArrow
- ReverseCombinerBase
- AnyVal
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- Any
 
-   final  def ##: Int- Definition Classes
- Any
 
-    def +(other: String): String- Implicit
- This member is added by an implicit conversion from FlowShapeArrow[I, O] toany2stringadd[FlowShapeArrow[I, O]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
 
-    def ->[B](y: B): (FlowShapeArrow[I, O], B)- Implicit
- This member is added by an implicit conversion from FlowShapeArrow[I, O] toArrowAssoc[FlowShapeArrow[I, O]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
 
-    def <~(from: SourceShape[I])(implicit b: Builder[_]): Unit- Definition Classes
- ReverseCombinerBase
 
-    def <~(from: Graph[SourceShape[I], _])(implicit b: Builder[_]): Unit- Definition Classes
- ReverseCombinerBase
 
-    def <~[In](flow: FlowShape[In, I])(implicit b: Builder[_]): ReversePortOps[In]- Definition Classes
- ReverseCombinerBase
 
-    def <~[In](junction: UniformFanInShape[In, I])(implicit b: Builder[_]): ReversePortOps[In]- Definition Classes
- ReverseCombinerBase
 
-    def <~[In](junction: UniformFanOutShape[In, I])(implicit b: Builder[_]): ReversePortOps[In]- Definition Classes
- ReverseCombinerBase
 
-    def <~[In](via: Graph[FlowShape[In, I], _])(implicit b: Builder[_]): ReversePortOps[In]- Definition Classes
- ReverseCombinerBase
 
-    def <~[U <: I](from: Outlet[U])(implicit b: Builder[_]): Unit- Definition Classes
- ReverseCombinerBase
 
-  def <~>[M](flow: Graph[FlowShape[O, I], M])(implicit b: Builder[_]): Unit
-  def <~>[I2, O2](bidi: BidiShape[O, O2, I2, I])(implicit b: Builder[_]): BidiShape[O, O2, I2, I]
-  def <~>[I2, O2, Mat](bidi: Graph[BidiShape[O, O2, I2, I], Mat])(implicit b: Builder[_]): BidiShape[O, O2, I2, I]
-   final  def ==(arg0: Any): Boolean- Definition Classes
- Any
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def ensuring(cond: (FlowShapeArrow[I, O]) => Boolean, msg: => Any): FlowShapeArrow[I, O]- Implicit
- This member is added by an implicit conversion from FlowShapeArrow[I, O] toEnsuring[FlowShapeArrow[I, O]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
-    def ensuring(cond: (FlowShapeArrow[I, O]) => Boolean): FlowShapeArrow[I, O]- Implicit
- This member is added by an implicit conversion from FlowShapeArrow[I, O] toEnsuring[FlowShapeArrow[I, O]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
-    def ensuring(cond: Boolean, msg: => Any): FlowShapeArrow[I, O]- Implicit
- This member is added by an implicit conversion from FlowShapeArrow[I, O] toEnsuring[FlowShapeArrow[I, O]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
-    def ensuring(cond: Boolean): FlowShapeArrow[I, O]- Implicit
- This member is added by an implicit conversion from FlowShapeArrow[I, O] toEnsuring[FlowShapeArrow[I, O]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
-  val f: FlowShape[I, O]
-    def getClass(): Class[_ <: AnyVal]- Definition Classes
- AnyVal → Any
 
-    def importAndGetPortReverse(b: Builder[_]): Inlet[I]- Definition Classes
- FlowShapeArrow → ReverseCombinerBase
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-    def toString(): String- Definition Classes
- Any
 
Deprecated Value Members
-    def formatted(fmtstr: String): String- Implicit
- This member is added by an implicit conversion from FlowShapeArrow[I, O] toStringFormat[FlowShapeArrow[I, O]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.12.16) Use - formatString.format(value)instead of- value.formatted(formatString), or use the- f""string interpolator. In Java 15 and later,- formattedresolves to the new method in String which has reversed parameters.
 
-    def →[B](y: B): (FlowShapeArrow[I, O], B)- Implicit
- This member is added by an implicit conversion from FlowShapeArrow[I, O] toArrowAssoc[FlowShapeArrow[I, O]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use - ->instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.