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

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, B]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

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