Packages

trait Pseudocase[ENC, TUP] extends AnyRef

Intended to be extended by Singleton objects.

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

Type Members

  1. type Encoded = ENC
  2. type Tupled = TUP

Abstract Value Members

  1. abstract def apply(tuple: Tupled): Encoded
  2. abstract def unapply(source: Encoded): Option[Tupled]

Concrete Value Members

  1. def conforms(obj: Encoded): Boolean