InSnd

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

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

Definition Classes

Inherited methods

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Capture