trait ApplierUnapplier[T] extends Applier[T] with Unapplier[T]

Annotations
@implicitNotFound( ... )
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplierUnapplier
  2. Unapplier
  3. Applier
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(rawValues: Seq[Any]): T
    Definition Classes
    Applier
  2. abstract def unapply(value: T): Seq[Any]
    Definition Classes
    Unapplier