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. object ToString
    Attributes
    protected
    Definition Classes
    Schema
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def canEqual(that: Any): Boolean
    Definition Classes
    booleanSchema
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def description: Option[String]
    Definition Classes
    Schema
  9. def duplicate(description: Option[String] = this._description, title: Option[String] = this._title): Self
    Definition Classes
    Schema
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    Schema → AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def jsonType: String
    Definition Classes
    booleanSchema
  16. def mkCopy(): boolean
    Definition Classes
    booleanSchema
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def title: Option[String]
    Definition Classes
    Schema
  22. def toDefinition[TT >: Boolean](sig: String): def[TT]
    Definition Classes
    Schema
  23. def toString(): String
    Definition Classes
    boolean → AnyRef → Any
  24. def validations: Seq[Def[_, _]]
    Definition Classes
    Schema
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. def withDescription(x: String): Self
    Definition Classes
    Schema
  29. def withExtraFrom(x: Schema[_]): Self
    Definition Classes
    Schema
  30. def withTitle(x: String): Self
    Definition Classes
    Schema
  31. 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

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from boolean

Inherited from Schema[Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped