Scala Standard Library 2.12.18 - scala.AnyRef (original) (raw)

class AnyRef extends Any

Ordering

  1. Alphabetic
  2. By Inheritance

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (AnyRef, B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def clone(): AnyRef
  8. def ensuring(cond: (AnyRef) ⇒ Boolean, msg: ⇒ Any): AnyRef
  9. def ensuring(cond: (AnyRef) ⇒ Boolean): AnyRef
  10. def ensuring(cond: Boolean, msg: ⇒ Any): AnyRef
  11. def ensuring(cond: Boolean): AnyRef
  12. final def eq(arg0: AnyRef): Boolean
  13. def equals(arg0: Any): Boolean
  14. def finalize(): Unit
  15. final def getClass(): Class[_]
  16. def hashCode(): Int
  17. final def isInstanceOf[T0]: Boolean
  18. final def ne(arg0: AnyRef): Boolean
  19. final def notify(): Unit
  20. final def notifyAll(): Unit
  21. final def synchronized[T0](arg0: ⇒ T0): T0
  22. def toString(): String
  23. final def wait(): Unit
  24. final def wait(arg0: Long, arg1: Int): Unit
  25. final def wait(arg0: Long): Unit
  26. def →[B](y: B): (AnyRef, B)

Ungrouped