Class/Object

coursier.core

Continue

Related Docs: object Continue | package core

Permalink

final class Continue extends ResolutionProcess with Product with Serializable

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

Instance Constructors

  1. new Continue(current: Resolution, cont: (Resolution) ⇒ ResolutionProcess)

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def canEqual(obj: Any): Boolean

    Permalink
    Definition Classes
    Continue → Equals
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val cont: (Resolution) ⇒ ResolutionProcess

    Permalink
  8. val current: Resolution

    Permalink
    Definition Classes
    ContinueResolutionProcess
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Continue → Equals → AnyRef → Any
  11. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Continue → AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  16. def next: ResolutionProcess

    Permalink
  17. final def next[F[_]](fetch: Fetch[F], fastForward: Boolean = true)(implicit F: Monad[F]): F[ResolutionProcess]

    Permalink
    Definition Classes
    ResolutionProcess
    Annotations
    @tailrec()
  18. def nextNoCont: ResolutionProcess

    Permalink
    Annotations
    @tailrec()
  19. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  21. def productArity: Int

    Permalink
    Definition Classes
    Continue → Product
  22. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Continue → Product
  23. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  24. def productPrefix: String

    Permalink
    Definition Classes
    Continue → Product
  25. def run[F[_]](fetch: Fetch[F], maxIterations: Int = ...)(implicit F: Monad[F]): F[Resolution]

    Permalink
    Definition Classes
    ResolutionProcess
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Continue → AnyRef → Any
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def withCont(cont: (Resolution) ⇒ ResolutionProcess): Continue

    Permalink
  32. def withCurrent(current: Resolution): Continue

    Permalink

Inherited from ResolutionProcess

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped