CaptureFst

libretto.lambda.Capture.CaptureFst
case class CaptureFst[**[_, _], F[_], A, B1, B2](b1: Tupled[**, F, B1], f: Capture[**, F, A, B2]) extends Proper[**, F, A, B1 ** B2]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Proper[**, F, A, B1 ** B2]
trait Capture[**, F, A, B1 ** B2]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
override def complete(a: Tupled[**, F, A])(using Unzippable[**, F]): Tupled[**, F, B1 ** B2]

Attributes

Definition Classes

Inherited methods

infix def >[C](that: Capture[**, F, B1 ** B2, 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, B1 ** B2]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Capture
override def inFst[Y]: Capture[**, F, A ** Y, B1 ** B2 ** Y]

Attributes

Definition Classes
Inherited from:
Proper
override def inSnd[X]: Capture[**, F, X ** A, X ** B1 ** B2]

Attributes

Definition Classes
Inherited from:
Proper
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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

Attributes

Inherited from:
Capture