Class/Object

coursier.complete

Complete

Related Docs: object Complete | package complete

Permalink

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])

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addRepositories(repository: core.Repository*): Complete[F]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val cache: Cache[F]

    Permalink
  7. def canEqual(obj: Any): Boolean

    Permalink
    Definition Classes
    Complete → Equals
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def complete(): F[(Int, Seq[String])]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    Complete → Equals → AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    Complete → AnyRef → Any
  15. val input: String

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def productArity: Int

    Permalink
    Definition Classes
    Complete → Product
  21. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Complete → Product
  22. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  23. def productPrefix: String

    Permalink
    Definition Classes
    Complete → Product
  24. val repositories: Seq[core.Repository]

    Permalink
  25. def result(): F[Result]

    Permalink
  26. val scalaBinaryVersionOpt: Option[String]

    Permalink
  27. val scalaVersionOpt: Option[String]

    Permalink
  28. implicit val sync: Sync[F]

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    Complete → AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withCache(cache: Cache[F]): Complete[F]

    Permalink
  35. def withInput(input: String): Complete[F]

    Permalink
  36. def withRepositories(repositories: Seq[core.Repository]): Complete[F]

    Permalink
  37. def withScalaBinaryVersion(version: String): Complete[F]

    Permalink
  38. def withScalaBinaryVersionOpt(scalaBinaryVersionOpt: Option[String]): Complete[F]

    Permalink
  39. def withScalaVersion(version: String): Complete[F]

    Permalink
  40. def withScalaVersion(version: String, adjustBinaryVersion: Boolean): Complete[F]

    Permalink
  41. def withScalaVersionOpt(scalaVersionOpt: Option[String]): Complete[F]

    Permalink
  42. def withScalaVersionOpt(versionOpt: Option[String], adjustBinaryVersion: Boolean): Complete[F]

    Permalink
  43. def withSync(sync: Sync[F]): Complete[F]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped