sealed
class
integer extends Schema[Int]
Instance Constructors
-
new
integer()
Type Members
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (integer, 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: (integer) ⇒ Boolean, msg: ⇒ Any): integer
-
def
ensuring(cond: (integer) ⇒ Boolean): integer
-
def
ensuring(cond: Boolean, msg: ⇒ Any): integer
-
def
ensuring(cond: Boolean): integer
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(obj: Any): Boolean
-
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 >: Int](sig: String): def[TT]
-
def
toString(): String
-
def
validations: Seq[Def[_, _]]
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
withDescription(x: String): Self
-
def
withDiscriminationKey(x: String): Self
-
def
withExtraFrom(x: Schema[_]): Self
-
def
withTitle(x: String): Self
-
def
withValidation[TT >: Int, B](v: Def[B, _], vs: Def[B, _]*)(implicit bound: Magnet[TT, B]): Self
-
def
→[B](y: B): (integer, B)
Deprecated Value Members
-
def
apply(refName: String): Schema[Int]
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringadd from
integer to any2stringadd[integer]
Inherited by implicit conversion StringFormat from
integer to StringFormat[integer]
Inherited by implicit conversion Ensuring from
integer to Ensuring[integer]
Inherited by implicit conversion ArrowAssoc from
integer to ArrowAssoc[integer]