Fork

ox.Fork
See theFork companion trait
object Fork

Attributes

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

Members list

Value members

Concrete methods

def failed[T](e: Throwable): Fork[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): Fork[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