BiOutput

libretto.lambda.Shuffled.Plated.BiOutput
sealed trait BiOutput[A, B1, B2] extends Plated[A, B1 |*| B2]

Attributes

Graph
Supertypes
trait Plated[A, B1 |*| B2]
class Object
trait Matchable
class Any
Known subtypes
class SemiSnoc[A, X1, X2, Y2, Z2, B1, B2]
class Stacked[A1, A2, B1, B2]
class XI[A1, A2, P1, P2, Q, R, S1, S2, B1, B2]

Members list

Value members

Abstract methods

def chaseBwFst[G[_], X](i: Focus[|*|, G])(using B1 =:= G[X]): ChaseBwRes[A, [x] =>> G[x] |*| B2, X]
def chaseBwSnd[G[_], X](i: Focus[|*|, G])(using B2 =:= G[X]): ChaseBwRes[A, [x] =>> B1 |*| G[x], X]
def discardFst(f: [X, Y, Z] => (x$1: X -> Y, x$2: Projection[|*|, Y, Z]) => ProjectRes[X, Z]): ProjectRes[A, B2]
def discardSnd(f: [X, Y, Z] => (x$1: X -> Y, x$2: Projection[|*|, Y, Z]) => ProjectRes[X, Z]): ProjectRes[A, B1]
def projectFst[C](p: Proper[|*|, B1, C], f: [X, Y, Z] => (x$1: X -> Y, x$2: Projection[|*|, Y, Z]) => ProjectRes[X, Z]): ProjectRes[A, C |*| B2]
def projectSnd[C](p: Proper[|*|, B2, C], f: [X, Y, Z] => (x$1: X -> Y, x$2: Projection[|*|, Y, Z]) => ProjectRes[X, Z]): ProjectRes[A, B1 |*| C]

Concrete methods

final override def chaseBw[G[_], X](i: Focus[|*|, G])(using ev: (B1 |*| B2) =:= G[X]): ChaseBwRes[A, G, X]

Attributes

Definition Classes
final override def projectProper[C](p: Proper[|*|, B1 |*| B2, C], f: [X, Y, Z] => (x$1: X -> Y, x$2: Projection[|*|, Y, Z]) => ProjectRes[X, Z]): ProjectRes[A, C]

Attributes

Definition Classes

Inherited methods

infix def afterPermeable[Z](that: Permeable[Z, A]): Preshuffled[Z, _, B1 |*| B2]

Attributes

Inherited from:
Plated
def asShuffled: Shuffled[A, B1 |*| B2]

Attributes

Inherited from:
Plated
def fold(using ev: SymmetricSemigroupalCategory[->, |*|]): A -> B1 |*| B2

Attributes

Inherited from:
Plated
def impermeable: Impermeable[A, A, B1 |*| B2, B1 |*| B2]

Attributes

Inherited from:
Plated
def project[C](p: Projection[|*|, B1 |*| B2, C], f: [X, Y, Z] => (x$1: X -> Y, x$2: Projection[|*|, Y, Z]) => ProjectRes[X, Z]): ProjectRes[A, C]

Attributes

Inherited from:
Plated
infix def thenPermeable[C](that: Permeable[B1 |*| B2, C]): Postshuffled[A, _, C]

Attributes

Inherited from:
Plated
def to[C](using ev: (B1 |*| B2) =:= C): Plated[A, C]

Attributes

Inherited from:
Plated

Inherited and Abstract methods

def chaseFw[F[_], X](i: Focus[|*|, F])(using A =:= F[X]): ChaseFwRes[F, X, B1 |*| B2]

Attributes

Inherited from:
Plated
def foldMap[->>[_, _]](tr: [x, y] => (x -> y) => ->>[x, y])(using ev: SymmetricSemigroupalCategory[->>, |*|]): A ->> B1 |*| B2

Attributes

Inherited from:
Plated
def sweepL[F[_], ->>[_, _]](a: F[A], f: [t, u] => (x$1: F[t], x$2: t -> u) => (->>[t, u], F[u]))(using tgt: With[->>, |*|, shuffle.type], F: StrongZippable[|*|, F]): (tgt.Plated[A, B1 |*| B2], F[B1 |*| B2])

Attributes

Inherited from:
Plated
def translate[->>[_, _], <*>[_, _], F[_, _], S](fa: F[A, S], om: SemigroupalObjectMap[|*|, <*>, F], am: ArrowMap[->, ->>, F])(using tgt: Shuffled[->>, <*>]): Exists[[T] =>> (Plated[S, T], F[B1 |*| B2, T])]

Attributes

Inherited from:
Plated
def traverse[G[_], ->>[_, _]](f: [t, u] => (t -> u) => G[->>[t, u]])(using tgt: With[->>, |*|, shuffle.type], G: Applicative[G]): G[tgt.Plated[A, B1 |*| B2]]

Attributes

Inherited from:
Plated
def unconsSome: UnconsSomeRes[A, B1 |*| B2]

Attributes

Inherited from:
Plated