Fst

libretto.lambda.Shuffle.Par$.Fst
final case class Fst[X, Y, Z](f1: Composed[X, Y]) extends Par[X, Z, Y, Z]

Members list

Concise view

Value members

Inherited methods

def invert: Par[Y1, Y2, X1, X2]

Attributes

Inherited from:
Par
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product