Inc

sbt.Result.Inc
final case class Inc(cause: Incomplete) extends Result[Nothing]

Indicates the task did not complete normally and so it does not have a value.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toEither: Either[Incomplete, A]

Attributes

Inherited from:
Result