Sink

libretto.lambda.Sink$
See theSink companion trait
object Sink

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Sink.type

Members list

Concise view

Type members

Classlikes

case class Arrow[-->[_, _], <+>[_, _], A, B](f: A --> B) extends Sink[-->, <+>, A, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Sink[-->, <+>, A, B]
class Object
trait Matchable
class Any
case class Join[-->[_, _], <+>[_, _], A1, A2, B](s1: Sink[-->, <+>, A1, B], s2: Sink[-->, <+>, A2, B]) extends Sink[-->, <+>, A1 <+> A2, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Sink[-->, <+>, A1 <+> A2, B]
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[-->[_, _], <+>[_, _], A, B](f: -->[A, B]): Sink[-->, <+>, A, B]