Packages

  • package root
    Definition Classes
    root
  • package coursier

    Mainly pulls definitions from coursier.core, sometimes with default arguments.

    Mainly pulls definitions from coursier.core, sometimes with default arguments.

    Definition Classes
    root
  • package complete
    Definition Classes
    coursier
  • Complete

final class Complete[F[_]] extends Product with Serializable

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

Instance Constructors

  1. new Complete(cache: Cache[F])(implicit sync: Sync[F])
  2. new Complete(cache: Cache[F], repositories: Seq[core.Repository], scalaVersionOpt: Option[String], scalaBinaryVersionOpt: Option[String], input: String)(implicit sync: Sync[F])

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 addRepositories(repository: core.Repository*): Complete[F]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val cache: Cache[F]
  7. def canEqual(obj: Any): Boolean
    Definition Classes
    Complete → Equals
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def complete(): F[(Int, Seq[String])]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    Complete → Equals → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    Complete → AnyRef → Any
  15. val input: String
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def productArity: Int
    Definition Classes
    Complete → Product
  21. def productElement(n: Int): Any
    Definition Classes
    Complete → Product
  22. def productIterator: Iterator[Any]
    Definition Classes
    Product
  23. def productPrefix: String
    Definition Classes
    Complete → Product
  24. val repositories: Seq[core.Repository]
  25. def result(): F[Result]
  26. val scalaBinaryVersionOpt: Option[String]
  27. val scalaVersionOpt: Option[String]
  28. implicit val sync: Sync[F]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    Complete → AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. def withCache(cache: Cache[F]): Complete[F]
  35. def withInput(input: String): Complete[F]
  36. def withRepositories(repositories: Seq[core.Repository]): Complete[F]
  37. def withScalaBinaryVersion(version: String): Complete[F]
  38. def withScalaBinaryVersionOpt(scalaBinaryVersionOpt: Option[String]): Complete[F]
  39. def withScalaVersion(version: String): Complete[F]
  40. def withScalaVersion(version: String, adjustBinaryVersion: Boolean): Complete[F]
  41. def withScalaVersionOpt(scalaVersionOpt: Option[String]): Complete[F]
  42. def withScalaVersionOpt(versionOpt: Option[String], adjustBinaryVersion: Boolean): Complete[F]
  43. def withSync(sync: Sync[F]): Complete[F]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped