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
    @IntrinsicCandidate() @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. implicit val durationS: Predef[Duration]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  19. def hashCode(): Int

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

    Permalink
  21. implicit val intS: Predef[Int]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. implicit val jDurationS: Predef[Duration]

    Permalink
  24. implicit val jchrS: Predef[Character]

    Permalink
  25. implicit val jsqlDateS: Predef[Date]

    Permalink
  26. implicit val jsqlTimeS: Predef[Time]

    Permalink
  27. implicit val jsqlTimestampS: Predef[Timestamp]

    Permalink
  28. implicit val juDateS: Predef[Date]

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

    Permalink
  30. implicit val localDateS: Predef[LocalDate]

    Permalink
  31. implicit val localDateTimeS: Predef[LocalDateTime]

    Permalink
  32. implicit val localTimeS: Predef[LocalTime]

    Permalink
  33. implicit val longS: Predef[Long]

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  36. final def notifyAll(): Unit

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

    Permalink
  38. implicit val shortS: Predef[Short]

    Permalink
  39. implicit val strS: Predef[String]

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

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

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

    Permalink
  43. implicit val urlS: Predef[URL]

    Permalink
  44. implicit val uuidS: Predef[UUID]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. implicit val zonedDateTimeS: Predef[ZonedDateTime]

    Permalink

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