Packages

object boolean extends boolean

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

Type Members

  1. type Self = boolean
    Definition Classes
    booleanSchema

Value Members

  1. def canEqual(that: Any): Boolean
    Definition Classes
    booleanSchema
  2. def description: Option[String]
    Definition Classes
    Schema
  3. def discriminationKey: Option[String]
    Definition Classes
    Schema
  4. def duplicate(description: Option[String] = this._description, title: Option[String] = this._title, discriminationKey: Option[String] = this._discriminationKey): Self
    Definition Classes
    Schema
  5. def equals(obj: Any): Boolean
    Definition Classes
    Schema → AnyRef → Any
  6. def jsonType: String
    Definition Classes
    booleanSchema
  7. def mkCopy(): boolean
    Definition Classes
    booleanSchema
  8. def title: Option[String]
    Definition Classes
    Schema
  9. def toDefinition[TT >: Boolean](sig: String): def[TT]
    Definition Classes
    Schema
  10. def toString(): String
    Definition Classes
    boolean → AnyRef → Any
  11. def validations: Seq[Def[_, _]]
    Definition Classes
    Schema
  12. def withDescription(x: String): Self
    Definition Classes
    Schema
  13. def withDiscriminationKey(x: String): Self
    Definition Classes
    Schema
  14. def withExtraFrom(x: Schema[_]): Self
    Definition Classes
    Schema
  15. def withTitle(x: String): Self
    Definition Classes
    Schema
  16. def withValidation[TT >: Boolean, B](v: Def[B, _], vs: Def[B, _]*)(implicit bound: Magnet[TT, B]): Self
    Definition Classes
    Schema

Deprecated Value Members

  1. def apply(refName: String): Schema[Boolean]
    Definition Classes
    Schema
    Annotations
    @deprecated
    Deprecated

    (Since version will be removed in 1.0.0) 0.6.1