ApplyArgLambdaRecord

case class ApplyArgLambdaRecord(term: Term, index: Int, cpsBody: CpsTree, shifted: Boolean) extends ApplyArgRecord
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def hasShiftedLambda: Boolean
def identArg(existsAsync: Boolean): Term
def isAsync: Boolean
def noOrderDepended: Boolean
def shiftedArgExpr(existsAsync: Boolean, identType: TypeRepr, params: List[ValDef], body: Term): Term

Inherited methods

def isOrderDepended: Boolean
Inherited from
ApplyArgRecord
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def usePrepend(existsAsync: Boolean): Boolean
Inherited from
ApplyArgRecord