InFst

libretto.lambda.Capture.InFst
case class InFst[**[_, _], F[_], A, B, Y](f: Proper[**, F, A, B]) extends Proper[**, F, A ** Y, B ** Y]

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

Definition Classes

Inherited methods

def >[C](that: Capture[**, F, B ** Y, 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 ** Y, Unzippable[**, F]): Absorbed[**, F, P, B]

Attributes

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

Attributes

Inherited from:
Capture
def from[Z](using ev: Z =:= A ** Y): 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: B ** Y =:= C): Capture[**, F, A, C]

Attributes

Inherited from:
Capture