Packages

object boolean extends boolean

Linear Supertypes
boolean, Serializable, Schema[Boolean], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. boolean
  2. boolean
  3. Serializable
  4. Schema
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(refName: String): Schema[Boolean]
    Definition Classes
    Schema
  2. def canEqual(that: Any): Boolean
    Definition Classes
    booleanSchema → Equals
  3. def copy(): Schema[Boolean]
    Definition Classes
    Schema
  4. def equals(obj: Any): Boolean
    Definition Classes
    Schema → Equals → AnyRef → Any
  5. def jsonType: String
    Definition Classes
    Schema
  6. def mkCopy(): boolean
    Definition Classes
    booleanSchema
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. def refName: Option[String]
    Definition Classes
    Schema
  9. def toString(): String
    Definition Classes
    Schema → AnyRef → Any
  10. def validations: Seq[ValidationDef[_, _]]
    Definition Classes
    Schema
  11. def withValidation[TT >: Boolean, B](v: ValidationDef[B, _], vs: ValidationDef[B, _]*)(implicit bound: ValidationBound[TT, B]): Schema[Boolean]
    Definition Classes
    Schema