ChildFunction2

oxygen.meta.K0.Generic.ChildFunction2

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type FExpr[I1[_], I2[_], F[_]] = Nested[I1, I2, Expr, F]
type IdExpr[I1[_], I2[_]] = ChildFunction2[I1, I2, Expr]
type Nested[I1[_], I2[_], O1[_], O2[_]] = ChildFunction2[I1, I2, [b] =>> O1[O2[b]]]

Value members

Concrete methods

def run[I1[_], I2[_], O[_]](i1: ChildFunction0[I1], i2: ChildFunction0[I2], f: ChildFunction2[I1, I2, O])(using Quotes): Growable[O[Bound]]