object Delegation

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Delegation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class CurriedDelegation[B] extends AnyRef

Value Members

  1. def apply[B]: CurriedDelegation[B]

    Provides following syntax:

    Provides following syntax:

    Delegation[TargetType](value)

  2. implicit macro def materializeDelegation[A, B]: Delegation[A, B]