object Ops

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ops
  2. AnyRef
  3. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def collectTpes(tpe: scala.reflect.api.JavaUniverse.Type): Seq[Tpe]
  7. def collectTpes(head: scala.reflect.api.JavaUniverse.Type, tail: Seq[scala.reflect.api.JavaUniverse.Type], acc: Seq[Tpe], firstLevel: Boolean): Seq[Tpe]
    Annotations
    @tailrec()
  8. val complexType: (scala.reflect.api.JavaUniverse.Type) => Boolean
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def fields(tpe: scala.reflect.api.JavaUniverse.Type): List[(String, scala.reflect.api.JavaUniverse.Type, Int, DefVal)]
  12. def findChildren(tpe: scala.reflect.api.JavaUniverse.Type): Seq[ChildMeta]
  13. def findN(x: scala.reflect.api.JavaUniverse.Symbol): Option[Int]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isIterable(tpe: scala.reflect.api.JavaUniverse.Type): Boolean
  18. def isRecursive(base: scala.reflect.api.JavaUniverse.Type): Boolean
  19. def isTrait(t: scala.reflect.api.JavaUniverse.Type): Boolean
  20. def iterablePurs(tpe: scala.reflect.api.JavaUniverse.Type): IterablePurs
  21. def knownFinalSubclasses(tpe: scala.reflect.api.JavaUniverse.Type): Vector[scala.reflect.api.JavaUniverse.Symbol]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def pursType(tpe: scala.reflect.api.JavaUniverse.Type): (String, String)
  26. def pursTypePars(tpe: scala.reflect.api.JavaUniverse.Type): (String, String)
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def tupleFunName(tpe_1: scala.reflect.api.JavaUniverse.Type, tpe_2: scala.reflect.api.JavaUniverse.Type): String
  30. def type_to_tpe(head: scala.reflect.api.JavaUniverse.Type): (Seq[scala.reflect.api.JavaUniverse.Type], Tpe)
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. 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

Inherited from AnyRef

Inherited from Any

Ungrouped