object Direction

Source
TestTransportCommands.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Direction
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def bothDirection(): Direction

    Java API: get the Direction.Both instance

  2. def receiveDirection(): Direction

    Java API: get the Direction.Receive instance

  3. def sendDirection(): Direction

    Java API: get the Direction.Send instance

  4. case object Both extends Direction with Product with Serializable
    Annotations
    @SerialVersionUID()
  5. case object Receive extends Direction with Product with Serializable
    Annotations
    @SerialVersionUID()
  6. case object Send extends Direction with Product with Serializable
    Annotations
    @SerialVersionUID()