c

ackcord.voice

BidiShapeWithExtraIn

case class BidiShapeWithExtraIn[-In1, +Out1, -In2, +Out2, -EIn](in1: Inlet[In1], out1: Outlet[Out1], in2: Inlet[In2], out2: Outlet[Out2], extraIn: Inlet[EIn]) extends Shape with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BidiShapeWithExtraIn
  2. Serializable
  3. Product
  4. Equals
  5. Shape
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BidiShapeWithExtraIn(in1: Inlet[In1], out1: Outlet[Out1], in2: Inlet[In2], out2: Outlet[Out2], extraIn: Inlet[EIn])

Value Members

  1. def deepCopy(): Shape
    Definition Classes
    BidiShapeWithExtraIn → Shape
  2. val extraIn: Inlet[EIn]
  3. def getInlets: List[Inlet[_]]
    Definition Classes
    Shape
  4. def getOutlets: List[Outlet[_]]
    Definition Classes
    Shape
  5. def hasSamePortsAndShapeAs(s: Shape): Boolean
    Definition Classes
    Shape
  6. def hasSamePortsAs(s: Shape): Boolean
    Definition Classes
    Shape
  7. val in1: Inlet[In1]
  8. val in2: Inlet[In2]
  9. def inlets: Seq[Inlet[_]]
    Definition Classes
    BidiShapeWithExtraIn → Shape
  10. val out1: Outlet[Out1]
  11. val out2: Outlet[Out2]
  12. def outlets: Seq[Outlet[_]]
    Definition Classes
    BidiShapeWithExtraIn → Shape
  13. def productElementNames: Iterator[String]
    Definition Classes
    Product
  14. def requireSamePortsAndShapeAs(s: Shape): Unit
    Definition Classes
    Shape
  15. def requireSamePortsAs(s: Shape): Unit
    Definition Classes
    Shape