PartialShiftedApply

cps.macros.forest.application.PartialShiftedApplyScope.PartialShiftedApply
case class PartialShiftedApply(shiftType: ApplicationShiftType, shifted: 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

Members list

Concise view

Value members

Concrete methods

def withTailArgs(argTails: List[Seq[ApplyArgRecord]], withAsync: Boolean): Term

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product