UnsupervisedFork

ox.UnsupervisedFork
See theUnsupervisedFork companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def failed[T](e: Throwable): UnsupervisedFork[T]

A dummy pretending to represent a fork which failed with the given exception.

A dummy pretending to represent a fork which failed with the given exception.

Attributes

def successful[T](value: T): UnsupervisedFork[T]

A dummy pretending to represent a fork which successfully completed with the given value.

A dummy pretending to represent a fork which successfully completed with the given value.

Attributes