ChildFunction0

oxygen.meta.K0.Generic.ChildFunction0

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type FExpr[F[_ <: Bound]] = Nested[Expr, F]
type IdExpr = ChildFunction0[Expr]
type Nested[O1[_], O2[_ <: Bound]] = ChildFunction0[[b <: Bound] =>> O1[O2[b]]]
type Tupled[O1[_ <: Bound], O2[_ <: Bound]] = ChildFunction0[[b <: Bound] =>> (O1[b], O2[b])]

Value members

Concrete methods

def getExpr[F[_]](exprs: Expressions[F, A]): FExpr[F]
def run[O[_]](f: ChildFunction0[O])(using Quotes): Growable[O[Bound]]
def tupled[O1[_], O2[_]](f1: ChildFunction0[O1], f2: ChildFunction0[O2]): Tupled[O1, O2]