ApplicationHelper
trait ApplicationHelper[F[_], CT] extends ApplyArgRecordScope[F, CT] with MethodParamsDescriptorScope[F, CT] with ApplyArgBuilderScope[F, CT]
- Source
- ApplicationHelper.scala
class Object
trait Matchable
class Any
Type members
Inherited classlikes
case class ApplyArgLambdaRecord(term: Term, index: Int, cpsBody: CpsTree, shifted: Boolean, existsLambdaUnshift: Boolean)
- Inherited from
- ApplyArgRecordScope
- Source
- ApplyArgRecordScope.scala
case class ApplyArgPrecalcTermRecord(term: Term, index: Int, termCpsTree: CpsTree, valDef: ValDef, ident: Term)
- Inherited from
- ApplyArgRecordScope
- Source
- ApplyArgRecordScope.scala
case class ApplyArgRepeatRecord(term: Repeated, index: Int, elements: List[ApplyArgRecord], seqTypeTree: TypeTree)
- Inherited from
- ApplyArgRecordScope
- Source
- ApplyArgRecordScope.scala
case class ApplyArgsSummaryPropertiesStep1(hasAsync: Boolean, hasShiftedLambda: Boolean, shouldBeChangedSync: Boolean)
- Inherited from
- ApplyArgRecordScope
- Source
- ApplyArgRecordScope.scala
case class BuildApplyArgsAcc(posIndex: Int, paramIndex: Int, wasNamed: Boolean, inRepeat: Boolean, inNamed: Boolean, records: Seq[ApplyArgRecord], filledNamed: Set[Int])
- Inherited from
- ApplyArgBuilderScope
- Source
- ApplyArgBuilderScope.scala
object DynaminParamsDescriptor
- Inherited from
- MethodParamsDescriptorScope
- Source
- MethodParamsDescriptorScope.scala
object EmptyParamsDescriptor
- Inherited from
- MethodParamsDescriptorScope
- Source
- MethodParamsDescriptorScope.scala
object MethodParamsDescriptor
- Inherited from
- MethodParamsDescriptorScope
- Source
- MethodParamsDescriptorScope.scala
trait MethodParamsDescriptor
- Inherited from
- MethodParamsDescriptorScope
- Source
- MethodParamsDescriptorScope.scala