c

com.avsystem.commons.misc

ProductApplierUnapplier

abstract class ProductApplierUnapplier[T <: Product] extends ProductUnapplier[T] with ApplierUnapplier[T]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProductApplierUnapplier
  2. ApplierUnapplier
  3. Applier
  4. ProductUnapplier
  5. Unapplier
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProductApplierUnapplier()

Abstract Value Members

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

Concrete Value Members

  1. def unapply(value: T): Seq[Any]
    Definition Classes
    ProductUnapplierUnapplier