Packages

object Predef extends LowPriorityPredefs with Serializable

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

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. implicit def arrayS[T](implicit p: Predef[T]): Predef[Array[T]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val bigDecimalS: Predef[BigDecimal]
  7. implicit val bigIntS: Predef[BigInt]
  8. implicit val boolS: Predef[Boolean]
  9. implicit val byteS: Predef[Byte]
  10. implicit val chrS: Predef[Char]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. implicit def dictS[K, V](implicit p: Predef[V], keyP: KeyPattern[K]): Predef[Map[K, V]]
  13. implicit val doubleS: Predef[Double]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. implicit val floatS: Predef[Float]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. implicit val instantS: Predef[Instant]
  20. implicit val intS: Predef[Int]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. implicit val jchrS: Predef[Character]
  23. implicit val jsqlDateS: Predef[Date]
  24. implicit val jsqlTimeS: Predef[Time]
  25. implicit val jsqlTimestampS: Predef[Timestamp]
  26. implicit val juDateS: Predef[Date]
  27. implicit def listS[T](implicit p: Predef[T]): Predef[List[T]]
  28. implicit val localDateS: Predef[LocalDate]
  29. implicit val localDateTimeS: Predef[LocalDateTime]
  30. implicit val localTimeS: Predef[LocalTime]
  31. implicit val longS: Predef[Long]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. implicit def setS[T](implicit p: Predef[T]): Predef[Set[T]]
  36. implicit val shortS: Predef[Short]
  37. implicit val strS: Predef[String]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. implicit val uriS: Predef[URI]
  41. implicit val urlS: Predef[URL]
  42. implicit val uuidS: Predef[UUID]
  43. implicit def vectorS[T](implicit p: Predef[T]): Predef[Vector[T]]
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 Serializable

Inherited from LowPriorityPredefs

Inherited from AnyRef

Inherited from Any

Ungrouped