Incomplete

case class Incomplete[U](unresolved: U) extends Assessment[U]
trait Serializable
trait Product
trait Equals
trait Assessment[U]
class Object
trait Matchable
class Any

Value members

Inherited methods

def orElse[V >: U](that: => Assessment[V]): Assessment[V]

When this assessment is Assessment.Done or Assessment.Stuck, use that.

When this assessment is Assessment.Done or Assessment.Stuck, use that.

Inherited from:
Assessment
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product