c

lmcoursier.internal

InterProjectRepository

final case class InterProjectRepository(projects: Seq[Project]) extends Repository with Product with Serializable

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

Instance Constructors

  1. new InterProjectRepository(projects: Seq[Project])

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 artifacts(dependency: Dependency, project: Project, overrideClassifiers: Option[Seq[Classifier]]): Nil
    Definition Classes
    InterProjectRepository → ArtifactSource
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def completeOpt[F[_]](fetch: Fetch[F])(implicit arg0: Monad[F]): Option[Complete[F]]
    Definition Classes
    Repository
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def fetchVersions[F[_]](module: Module, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
    Attributes
    protected
    Definition Classes
    Repository
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def find[F[_]](module: Module, version: String, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (ArtifactSource, Project)]
    Definition Classes
    InterProjectRepository → Repository
  12. def findMaybeInterval[F[_]](module: Module, version: String, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (ArtifactSource, Project)]
    Definition Classes
    Repository
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def productElementNames: Iterator[String]
    Definition Classes
    Product
  19. val projects: Seq[Project]
  20. def repr: String
    Definition Classes
    Repository
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def versions[F[_]](module: Module, fetch: Fetch[F], versionsCheckHasModule: Boolean)(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
    Definition Classes
    Repository
  23. def versions[F[_]](module: Module, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
    Definition Classes
    Repository
  24. def versionsCheckHasModule: Boolean
    Definition Classes
    Repository
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Product

Inherited from Equals

Inherited from Repository

Inherited from ArtifactSource

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped