Packages

object integer extends integer

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

Type Members

  1. type Self = integer
    Definition Classes
    integerSchema

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(refName: String): Self
    Definition Classes
    Schema
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def canEqual(that: Any): Boolean
    Definition Classes
    integerSchema → Equals
  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 → Equals → AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def jsonType: String
    Definition Classes
    Schema
  15. def mkCopy(): integer
    Definition Classes
    integerSchema
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. def refName: Option[String]
    Definition Classes
    Schema
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def title: Option[String]
    Definition Classes
    Schema
  23. def toString(): String
    Definition Classes
    Schema → AnyRef → Any
  24. def validations: Seq[ValidationDef[_, _]]
    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 withTitle(x: String): Self
    Definition Classes
    Schema
  30. def withValidation[TT >: Int, B](v: ValidationDef[B, _], vs: ValidationDef[B, _]*)(implicit bound: ValidationBound[TT, B]): Self
    Definition Classes
    Schema

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from integer

Inherited from Serializable

Inherited from Schema[Int]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped