ApplicationHelper

trait ApplicationHelper[F[_], CT] extends ApplyArgRecordScope[F, CT] with MethodParamsDescriptorScope[F, CT] with ApplyArgBuilderScope[F, CT]
trait ApplyArgRecordScope[F, CT]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

case class ApplyArgByNameRecord(term: Term, index: Int, cpsTree: CpsTree, shifted: Boolean)
Inherited from
ApplyArgRecordScope
case class ApplyArgLambdaRecord(term: Term, index: Int, cpsBody: CpsTree, shifted: Boolean)
Inherited from
ApplyArgRecordScope
case class ApplyArgNamedRecord(term: NamedArg, name: String, nested: ApplyArgRecord)
Inherited from
ApplyArgRecordScope
case class ApplyArgNoPrecalcTermRecord(term: Term, index: Int)
Inherited from
ApplyArgRecordScope
case class ApplyArgPrecalcTermRecord(term: Term, index: Int, termCpsTree: CpsTree, valDef: ValDef, ident: Term)
Inherited from
ApplyArgRecordScope
sealed trait ApplyArgRecord
Inherited from
ApplyArgRecordScope
case class ApplyArgRepeatRecord(term: Repeated, index: Int, elements: List[ApplyArgRecord], seqTypeTree: TypeTree)
Inherited from
ApplyArgRecordScope
case class BuildApplyArgsAcc(posIndex: Int, paramIndex: Int, wasNamed: Boolean, inRepeat: Boolean, inNamed: Boolean, records: Seq[ApplyArgRecord], filledNamed: Set[Int])
Inherited from
ApplyArgBuilderScope
object O
Inherited from
ApplyArgBuilderScope

Value members

Inherited methods

def termIsNoOrderDepended(x: `<none>`): Boolean
Inherited from
ApplyArgRecordScope