PartialShiftedApply

cps.macros.forest.application.PartialShiftedApplyScope.PartialShiftedApply
case class PartialShiftedApply(shiftType: ApplicationShiftType, shiftedDelayed: qctx.reflect.Term => qctx.reflect.Term)

Application with one list of params.

Attributes

Source
PartialShiftedApplyScope.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withTailArgs(argTails: List[Seq[ApplyArgRecord]], withAsync: Boolean): qctx.reflect.Term => qctx.reflect.Term

Attributes

Source
PartialShiftedApplyScope.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product