Proper

libretto.lambda.Capture.Proper
sealed trait Proper[**[_, _], F[_], A, B] extends Capture[**, F, A, B]

Attributes

Graph
Supertypes
trait Capture[**, F, A, B]
class Object
trait Matchable
class Any
Known subtypes
class CaptureFst[**, F, A, B1, B2]
class CaptureSnd[**, F, A, B1, B2]
class InFst[**, F, A, B, Y]
class InSnd[**, F, X, A, B]
class Par[**, F, A1, A2, B1, B2]

Members list

Value members

Abstract methods

infix override def after[Z](that: Capture[**, F, Z, A])(using Unzippable[**, F]): Proper[**, F, Z, B]

Attributes

Definition Classes

Concrete methods

override def inFst[Y]: Capture[**, F, A ** Y, B ** Y]

Attributes

Definition Classes
override def inSnd[X]: Capture[**, F, X ** A, X ** B]

Attributes

Definition Classes

Inherited methods

infix def >[C](that: Capture[**, F, B, C])(using Unzippable[**, F]): Capture[**, F, A, C]

Attributes

Inherited from:
Capture
def absorb[P[_], X](value: F[X], path: Proper[**, P])(using P[X] =:= A, Unzippable[**, F]): Absorbed[**, F, P, B]

Attributes

Inherited from:
Capture
def complete(value: F[A])(using Unzippable[**, F]): Tupled[**, F, B]

Attributes

Inherited from:
Capture
def exposeCaptured(using sh: Shuffle[**]): Either[A =:= B, Exposed[sh.type, **, F, A, B]]

Attributes

Inherited from:
Capture
def from[Z](using ev: Z =:= A): Capture[**, F, Z, B]

Attributes

Inherited from:
Capture
def to[C](using ev: B =:= C): Capture[**, F, A, C]

Attributes

Inherited from:
Capture

Inherited and Abstract methods

def complete(value: Tupled[**, F, A])(using Unzippable[**, F]): Tupled[**, F, B]

Attributes

Inherited from:
Capture