Packages

object EnumValueB

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

Value Members

  1. final def apply[A](implicit ev: EnumValueB[A]): EnumValueB[A]
    Annotations
    @inline()
  2. def instance[A](f: (A) ⇒ |[Boolean, String]): EnumValueB[A]
  3. def toLowerCaseStringF[A](falseValue: A): EnumValueB[A]
  4. def toLowerCaseStringT[A](trueValue: A): EnumValueB[A]
  5. def toLowerCaseStringTF[A](trueValue: A, falseValue: A): EnumValueB[A]