Composed

libretto.lambda.Shuffle.~⚬$.Composed
sealed trait Composed[X, Y] extends X ~⚬ Y

Non-Id combinators.

Attributes

Graph
Supertypes
trait X ~⚬ Y
class Object
trait Matchable
class Any
Known subtypes
class Bimap[X1, X2, Y1, Y2]
class Xfer[A1, A2, X1, X2, B1, B2]

Members list

Concise view

Value members

Concrete methods

override def invert: Composed[Y, X]

Attributes

Definition Classes

Inherited methods

def >[C](that: Y ~⚬ C): A ~⚬ C

Attributes

Inherited from:
~⚬
def after[Z](that: Z ~⚬ X): Z ~⚬ B

Attributes

Inherited from:
~⚬
def apply[F[_]](a: F[X])(using Cartesian[|*|, F]): F[B]

Attributes

Inherited from:
~⚬
def at[F[_]](f: Focus[|*|, F]): F[A] ~⚬ F[B]

Attributes

Inherited from:
~⚬
def chaseBw[G[_], X](i: Focus[|*|, G])(using ev: Y =:= G[X]): ChaseBwRes[A, G, X]

Attributes

Inherited from:
~⚬
def chaseFw[F[_], X](i: Focus[|*|, F])(using ev: X =:= F[X]): ChaseFwRes[F, X, B]

Attributes

Inherited from:
~⚬
def fold[->[_, _]](using ev: SymmetricSemigroupalCategory[->, |*|]): A -> B

Attributes

Inherited from:
~⚬
def from[Z](using ev: Z =:= X): Z ~⚬ B

Attributes

Inherited from:
~⚬
def inFst[C]: A |*| C ~⚬ B |*| C

Attributes

Inherited from:
~⚬
def inFst[C, D](snd: C ~⚬ D): A |*| C ~⚬ B |*| D

Attributes

Inherited from:
~⚬
def inSnd[P]: P |*| A ~⚬ P |*| B

Attributes

Inherited from:
~⚬
def inSnd[P, Q](fst: P ~⚬ Q): P |*| A ~⚬ Q |*| B

Attributes

Inherited from:
~⚬
def project[C](p: Projection[|*|, Y, C]): ProjectRes[A, C]

Attributes

Inherited from:
~⚬
def projectProper[C](p: Proper[|*|, Y, C]): ProjectProperRes[A, C]

Attributes

Inherited from:
~⚬
def to[C](using ev: Y =:= C): A ~⚬ C

Attributes

Inherited from:
~⚬
def translate[<*>[_, _], F[_, _], X](fa: F[X, X])(m: ObjectMap[|*|, <*>, F], sh: Shuffle[<*>]): Exists[[t] =>> (X ~⚬ t, F[B, t])]

Translate to a different product type.

Translate to a different product type.

Attributes

Inherited from:
~⚬