object Connection extends AbstractFunction4[Channel, ConnectionStatus, Set[Authenticated], Option[Authenticating], Connection] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 0.17.0) Internal: will be made private
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Connection
- Serializable
- AbstractFunction4
- Function4
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(channel: Channel, status: ConnectionStatus, authenticated: Set[Authenticated], authenticating: Option[Authenticating], signaling: Boolean): Connection
- def curried: (Channel) => (ConnectionStatus) => (Set[Authenticated]) => (Option[Authenticating]) => Connection
- Definition Classes
- Function4
- Annotations
- @unspecialized()
- def toString(): String
- Definition Classes
- Function4 → AnyRef → Any
- def tupled: ((Channel, ConnectionStatus, Set[Authenticated], Option[Authenticating])) => Connection
- Definition Classes
- Function4
- Annotations
- @unspecialized()
Deprecated Value Members
- def apply(channel: Channel, status: ConnectionStatus, authenticated: Set[Authenticated], authenticating: Option[Authenticating]): Connection
- Definition Classes
- Connection → Function4
- Annotations
- @deprecated
- Deprecated
(Since version )
- def unapply(that: Any): Option[(Channel, ConnectionStatus, Set[Authenticated], Option[Authenticating])]
- Annotations
- @deprecated
- Deprecated
(Since version )