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
    @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. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. implicit val floatS: Predef[Float]

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. implicit val instantS: Predef[Instant]

    Permalink
  22. implicit val intS: Predef[Int]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

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

    Permalink
  25. implicit val jchrS: Predef[Character]

    Permalink
  26. implicit val jsqlDateS: Predef[Date]

    Permalink
  27. implicit val jsqlTimeS: Predef[Time]

    Permalink
  28. implicit val jsqlTimestampS: Predef[Timestamp]

    Permalink
  29. implicit val juDateS: Predef[Date]

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

    Permalink
  31. implicit val localDateS: Predef[LocalDate]

    Permalink
  32. implicit val localDateTimeS: Predef[LocalDateTime]

    Permalink
  33. implicit val localTimeS: Predef[LocalTime]

    Permalink
  34. implicit val longS: Predef[Long]

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

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

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. implicit def setS[T](implicit p: Predef[T]): Predef[Set[T]]

    Permalink
  39. implicit val shortS: Predef[Short]

    Permalink
  40. implicit val strS: Predef[String]

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

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

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

    Permalink
  44. implicit val urlS: Predef[URL]

    Permalink
  45. implicit val uuidS: Predef[UUID]

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

    Permalink
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from LowPriorityPredefs

Inherited from AnyRef

Inherited from Any

Ungrouped