Ready
works.iterative.ui.model.Computable.Ready
case class Ready[Model](model: Model) extends Computable[Model]
The computation is finished and the data is available
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Computable[Model]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Mark the computation as started
Update the computation state with new data
Inherited methods
Fail the computation
Attributes
- Inherited from:
- Computable
Attributes
- Inherited from:
- Computable
Attributes
- Inherited from:
- Computable
Attributes
- Inherited from:
- Computable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Computable
In this article