Packages

o

ap.parameters.Param

BOOLEAN_FUNCTIONS_AS_PREDICATES

case object BOOLEAN_FUNCTIONS_AS_PREDICATES extends Param with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Param, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BOOLEAN_FUNCTIONS_AS_PREDICATES
  2. Serializable
  3. Product
  4. Equals
  5. Param
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Value = Boolean

Value Members

  1. def apply[A <: Settings[A]](settings: Settings[A]): Value
    Definition Classes
    Param
  2. val defau: Boolean
  3. def productElementName(n: Int): String
    Definition Classes
    Product
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def set[A <: Settings[A]](settings: Settings[A], v: Value): A
    Definition Classes
    Param