Projected
libretto.lambda.Shuffled.ProjectRes.Projected
final case class Projected[A0, A, C](p: Projection[|*|, A, A0], f: Shuffled[A0, C]) extends ProjectRes[A, C]
Members list
Value members
Inherited methods
def after[Z](f: Shuffled[Z, A], h: [P, Q, R] => (x$1: P -> Q, x$2: Projection[|*|, Q, R]) => ProjectRes[P, R]): ProjectRes[Z, C]
Attributes
- Inherited from:
- ProjectRes
Attributes
- Inherited from:
- ProjectRes
Attributes
- Inherited from:
- ProjectRes
Attributes
- Inherited from:
- ProjectRes
Attributes
- Inherited from:
- ProjectRes
Attributes
- Inherited from:
- ProjectRes
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
def project[D](q: Projection[|*|, C, D], h: [X, Y, Z] => (x$1: X -> Y, x$2: Projection[|*|, Y, Z]) => ProjectRes[X, Z]): ProjectRes[A, D]
Attributes
- Inherited from:
- ProjectRes
Attributes
- Inherited from:
- ProjectRes
In this article