Packages

c

shapeless

Primary

final class Primary[+A] extends OrElse[A, Nothing]

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

Instance Constructors

  1. new Primary(value: A)

Value Members

  1. def fold[C](prim: (A) ⇒ C, sec: (Nothing) ⇒ C): C
    Definition Classes
    PrimaryOrElse
  2. def unify[C >: A](implicit ev: <:<[Nothing, C]): C
    Definition Classes
    OrElse