ChaseFwRes

libretto.lambda.Shuffled.ChaseFwRes$
See theChaseFwRes companion trait
object ChaseFwRes

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

sealed trait Blocked[F[_], X, B] extends ChaseFwRes[F, X, B]

Attributes

Graph
Supertypes
trait ChaseFwRes[F, X, B]
class Object
trait Matchable
class Any
Known subtypes
class FedTo[F, X, V, W, G, B]
class Split[F, X, X1, X2, B]
case class FedTo[F[_], X, V[_], W, G[_], B](pre: [x] => (x$1: Unit) => Shuffled[F[x], G[V[x]]], v: Focus[|*|, V], f: V[X] -> W, g: Focus[|*|, G], post: Shuffled[G[W], B]) extends Blocked[F, X, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Blocked[F, X, B]
trait ChaseFwRes[F, X, B]
class Object
trait Matchable
class Any
case class Split[F[_], X, X1, X2, B](ev: X =:= X1 |*| X2) extends Blocked[F, X, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Blocked[F, X, B]
trait ChaseFwRes[F, X, B]
class Object
trait Matchable
class Any
case class Transported[F[_], X, G[_], B](s: [x] => (x$1: Unit) => Shuffled[F[x], G[x]], g: Focus[|*|, G], ev: G[X] =:= B) extends ChaseFwRes[F, X, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ChaseFwRes[F, X, B]
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[F[_], X, B](r: ChaseFwRes[F, X, B]): ChaseFwRes[F, X, B]