Deferrable

libretto.CoreLib.Deferrable$
object Deferrable

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Negative

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait Negative[A]

Represents ''a'' way how (part of) A can be deferred until a Pong.

Represents ''a'' way how (part of) A can be deferred until a Pong.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Negative[A]
trait Negative[A]
object Positive

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait Positive[A]

Represents ''a'' way how (part of) A can be deferred until a Ping.

Represents ''a'' way how (part of) A can be deferred until a Ping.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Positive[A]
trait Positive[A]

Value members

Concrete methods

def invert[A](d: Positive[A]): Negative[A]
def invert[A](d: Negative[A]): Positive[A]