final case class Connection(values: NonEmptyList[CIString]) extends Product with Serializable
- Source
- Connection.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Connection
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Connection(values: NonEmptyList[CIString])