Packages

object Select

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

Value Members

  1. def apply[T <: Data](mappings: (Any, T)*): T
  2. def apply[T <: Data](default: T, mappings: (Bool, T)*): T
  3. def list[T <: Data](mappings: Seq[(Any, T)]): T
  4. def list[T <: Data](defaultValue: T, mappings: Seq[(Bool, T)]): T