Component

case class Component[F[_]](mapping: Mapping[F], join: (Cursor, Query) => Result[Query], child: Query) extends Query

Identifies a component boundary. join is applied to the current cursor and child yielding a continuation query which will be evaluated by the interpreter identified by componentId.

trait Serializable
trait Product
trait Equals
trait Query
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

Inherited from:
Product
def ~(query: Query): Query

Groups this query with its argument, Groups on either side are merged

Groups this query with its argument, Groups on either side are merged

Inherited from:
Query