sealed
class
boolean extends Schema[Boolean]
Instance Constructors
-
new
boolean()
Type Members
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (boolean, B)
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
canEqual(that: Any): Boolean
-
def
clone(): AnyRef
-
def
description: Option[String]
-
def
discriminationKey: Option[String]
-
def
duplicate(description: Option[String] = this._description, title: Option[String] = this._title, discriminationKey: Option[String] = this._discriminationKey): Self
-
def
ensuring(cond: (boolean) ⇒ Boolean, msg: ⇒ Any): boolean
-
def
ensuring(cond: (boolean) ⇒ Boolean): boolean
-
def
ensuring(cond: Boolean, msg: ⇒ Any): boolean
-
def
ensuring(cond: Boolean): boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(obj: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
jsonType: String
-
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
title: Option[String]
-
def
toDefinition[TT >: Boolean](sig: String): def[TT]
-
def
toString(): String
-
def
validations: Seq[Def[_, _]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withDescription(x: String): Self
-
def
withDiscriminationKey(x: String): Self
-
def
withExtraFrom(x: Schema[_]): Self
-
def
withTitle(x: String): Self
-
def
withValidation[TT >: Boolean, B](v: Def[B, _], vs: Def[B, _]*)(implicit bound: Magnet[TT, B]): Self
-
def
→[B](y: B): (boolean, B)
Deprecated Value Members
-
def
apply(refName: String): Schema[Boolean]
Inherited from Schema[Boolean]
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringadd from
boolean to any2stringadd[boolean]
Inherited by implicit conversion StringFormat from
boolean to StringFormat[boolean]
Inherited by implicit conversion Ensuring from
boolean to Ensuring[boolean]
Inherited by implicit conversion ArrowAssoc from
boolean to ArrowAssoc[boolean]