object Direction
- Source
- TestTransportCommands.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Direction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def bothDirection(): Direction
Java API: get the Direction.Both instance
- def receiveDirection(): Direction
Java API: get the Direction.Receive instance
- def sendDirection(): Direction
Java API: get the Direction.Send instance
- case object Both extends with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object Receive extends with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object Send extends with Product with Serializable
- Annotations
- @SerialVersionUID()