Deferrable

libretto.CoreLib.Deferrable
object Deferrable

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Deferrable.type

Members list

Type members

Classlikes

object Negative

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Negative.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
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Negative[A]
trait Negative[A]
object Positive

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Positive.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
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]