Object/Class

json.schema

Predef

Related Docs: class Predef | package schema

Permalink

object Predef extends LowPriorityPredefs with Serializable

Linear Supertypes
Serializable, Serializable, LowPriorityPredefs, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Predef
  2. Serializable
  3. Serializable
  4. LowPriorityPredefs
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def arrayS[T](implicit p: Predef[T]): Predef[Array[T]]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. implicit val bigDecimalS: Predef[BigDecimal]

    Permalink
  7. implicit val bigIntS: Predef[BigInt]

    Permalink
  8. implicit val boolS: Predef[Boolean]

    Permalink
  9. implicit val byteS: Predef[Byte]

    Permalink
  10. implicit val chrS: Predef[Char]

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. implicit def dictS[K, V](implicit p: Predef[V], keyP: KeyPattern[K]): Predef[Map[K, V]]

    Permalink
  13. implicit val doubleS: Predef[Double]

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. implicit val floatS: Predef[Float]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. implicit val instantS: Predef[Instant]

    Permalink
  20. implicit val intS: Predef[Int]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. implicit val jchrS: Predef[Character]

    Permalink
  23. implicit val jsqlDateS: Predef[Date]

    Permalink
  24. implicit val jsqlTimeS: Predef[Time]

    Permalink
  25. implicit val jsqlTimestampS: Predef[Timestamp]

    Permalink
  26. implicit val juDateS: Predef[Date]

    Permalink
  27. implicit def listS[T](implicit p: Predef[T]): Predef[List[T]]

    Permalink
  28. implicit val localDateS: Predef[LocalDate]

    Permalink
  29. implicit val localDateTimeS: Predef[LocalDateTime]

    Permalink
  30. implicit val localTimeS: Predef[LocalTime]

    Permalink
  31. implicit val longS: Predef[Long]

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  35. implicit def setS[T](implicit p: Predef[T]): Predef[Set[T]]

    Permalink
  36. implicit val shortS: Predef[Short]

    Permalink
  37. implicit val strS: Predef[String]

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. implicit val uriS: Predef[URI]

    Permalink
  41. implicit val urlS: Predef[URL]

    Permalink
  42. implicit val uuidS: Predef[UUID]

    Permalink
  43. implicit def vectorS[T](implicit p: Predef[T]): Predef[Vector[T]]

    Permalink
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from LowPriorityPredefs

Inherited from AnyRef

Inherited from Any

Ungrouped