object ResponseInfo extends AbstractFunction1[ChannelId, ResponseInfo]

Annotations
@deprecated
Deprecated

(Since version 0.16.0) Internal: will be made private

Linear Supertypes
AbstractFunction1[ChannelId, ResponseInfo], (ChannelId) => ResponseInfo, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResponseInfo
  2. AbstractFunction1
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

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