Packages

final class ScalaDependency extends JavaOrScalaDependency with Product with Serializable

Linear Supertypes
JavaOrScalaDependency, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaDependency
  2. JavaOrScalaDependency
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScalaDependency(baseDependency: core.Dependency, fullCrossVersion: Boolean, withPlatformSuffix: Boolean, exclude: Set[JavaOrScalaModule])

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. def addExclude(excl: JavaOrScalaModule*): ScalaDependency
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val baseDependency: core.Dependency
  7. def canEqual(obj: Any): Boolean
    Definition Classes
    ScalaDependency → Equals
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def dependency(scalaBinaryVersion: String, scalaVersion: String, platformName: String): core.Dependency
  10. final def dependency(scalaVersion: String): core.Dependency
    Definition Classes
    JavaOrScalaDependency
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean
    Definition Classes
    ScalaDependency → Equals → AnyRef → Any
  13. val exclude: Set[JavaOrScalaModule]
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. val fullCrossVersion: Boolean
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    ScalaDependency → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def module: ScalaModule
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def productArity: Int
    Definition Classes
    ScalaDependency → Product
  24. def productElement(n: Int): Any
    Definition Classes
    ScalaDependency → Product
  25. def productElementName(n: Int): String
    Definition Classes
    ScalaDependency → Product
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def productIterator: Iterator[Any]
    Definition Classes
    Product
  28. def productPrefix: String
    Definition Classes
    ScalaDependency → Product
  29. def repr: String
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    ScalaDependency → AnyRef → Any
  32. def version: String
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. def withBaseDependency(baseDependency: core.Dependency): ScalaDependency
  37. def withExclude(exclude: Set[JavaOrScalaModule]): ScalaDependency
  38. def withFullCrossVersion(fullCrossVersion: Boolean): ScalaDependency
  39. def withPlatform(platformSuffix: String): ScalaDependency
  40. val withPlatformSuffix: Boolean
  41. def withUnderlyingDependency(f: (core.Dependency) => core.Dependency): ScalaDependency
  42. def withWithPlatformSuffix(withPlatformSuffix: Boolean): ScalaDependency

Inherited from JavaOrScalaDependency

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped