object SetAvailable extends AbstractFunction1[ProtocolMetadata, SetAvailable] with Serializable

Annotations
@deprecated
Deprecated

(Since version 0.16.0) Internal: will be made private

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SetAvailable
  2. Serializable
  3. AbstractFunction1
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def andThen[A](g: (SetAvailable) => A): (ProtocolMetadata) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(metadata: ProtocolMetadata): SetAvailable
    Definition Classes
    SetAvailable → Function1
  3. def compose[A](g: (A) => ProtocolMetadata): (A) => SetAvailable
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  5. def unapply(that: Any): Option[ProtocolMetadata]