Recomputing
works.iterative.ui.model.Computable.Recomputing
case class Recomputing[Model](start: Instant, model: Model) extends Computable[Model]
The computation is finished and the data is available, but it is being recomputed
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