Done

works.iterative.ui.model.Computable.Update.Done
final case class Done[+A](value: A) extends Update[A]

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product