MPromise

izumi.fundamentals.graphs.traverse.MPromise$
See theMPromise companion trait
object MPromise

Attributes

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

Members list

Concise view

Type members

Classlikes

case class Mark[T](t: T) extends Status[Nothing, T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Status[Nothing, T]
class Object
trait Matchable
class Any
case class Progress[P](p: P) extends Status[P, Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Status[P, Nothing]
class Object
trait Matchable
class Any
sealed trait Status[+P, +T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Mark[T]
class Progress[P]