Packages

object Util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Util
  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. val DottyNightlyVersion: Regex
  5. val DottyVersion: Regex
  6. val MinorSnapshotVersion: Regex
  7. val NightlyVersion: Regex
  8. val PartialVersion: Regex
  9. val ReleaseVersion: Regex
  10. val Scala3EarlyVersion: Regex
  11. val Scala3Version: Regex
  12. val TypelevelVersion: Regex
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def grepJar(classPath: api.Loose.Agg[Path], name: String, versionPrefix: String, sources: Boolean = false): Path
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def isBinaryBridgeAvailable(scalaVersion: String): Boolean

    returns

    true if the compiler bridge can be downloaded as an already compiled jar

  21. def isDotty(scalaVersion: String): Boolean
  22. def isDottyOrScala3(scalaVersion: String): Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isScala3(scalaVersion: String): Boolean
  25. def isScala3Milestone(scalaVersion: String): Boolean
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def scalaBinaryVersion(scalaVersion: String): String
  30. def scalaJSBinaryVersion(scalaJSVersion: String): String
  31. def scalaJSUsesTestBridge(scalaJSVersion: String): Boolean
  32. def scalaJSWorkerVersion(scalaJSVersion: String): String
  33. def scalaNativeBinaryVersion(version: String): String
  34. def scalaNativeWorkerVersion(version: String): String
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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