Failed

works.iterative.ui.model.Computable.Failed
case class Failed(error: UserMessage) extends Computable[Nothing]

The computation failed

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Computable[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def started: Computable[Nothing]

Mark the computation as started

Mark the computation as started

Attributes

Definition Classes
override def update[B](m: B): Computable[B]

Update the computation state with new data

Update the computation state with new data

Attributes

Definition Classes

Inherited methods

def fail(error: UserMessage): Computable[Nothing]

Fail the computation

Fail the computation

Attributes

Inherited from:
Computable
def isComputing: Boolean

Attributes

Inherited from:
Computable
def isDefined: Boolean

Attributes

Inherited from:
Computable
def isEmpty: Boolean

Attributes

Inherited from:
Computable
def isFailed: Boolean

Attributes

Inherited from:
Computable
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def update[B](m: Validated[B]): Computable[B]

Attributes

Inherited from:
Computable