Class

lspace.librarian.traversal.Traversal

WithAsAndSelectStepsHelper

Related Doc: package Traversal

Permalink

implicit class WithAsAndSelectStepsHelper[Start, ST[+Z] <: structure.ClassType[Z], End, ET[+Z] <: structure.ClassType[Z], Steps <: HList, Labels <: HList, SelectorOut <: Selector[_, HNil]] extends BaseMod[Start, ST, End, ET, Steps] with AsAndSelectStepsHelper[Start, ST, End, ET, Steps, Labels, SelectorOut]

TODO: implicits for select-steps are not resolved by Intellij/IDEA but compile as they should, any suggestions are welcome...

Linear Supertypes
AsAndSelectStepsHelper[Start, ST, End, ET, Steps, Labels, SelectorOut], BaseMod[Start, ST, End, ET, Steps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithAsAndSelectStepsHelper
  2. AsAndSelectStepsHelper
  3. BaseMod
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WithAsAndSelectStepsHelper(_traversal: Traversal[ST[Start], ET[End], Steps])(implicit f: Aux[Steps, LabelSteps.type, Labels], lub: LUBConstraint[Labels, As[_, _]], selector: Aux[Labels, SelectorOut])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _traversal: Traversal[ST[Start], ET[End], Steps]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    WithAsAndSelectStepsHelperBaseMod
  5. def add[S <: Step, ST <: structure.ClassType[Any], ET <: structure.ClassType[Any]](step: S, st: ST, et: ET): Traversal[ST, ET, ::[S, Steps]]

    Permalink
    Definition Classes
    BaseMod
  6. def add[S <: Step](step: S): Traversal[ST[Start], ET[End], ::[S, Steps]]

    Permalink
    Definition Classes
    BaseMod
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def et: ET[End]

    Permalink
    Definition Classes
    BaseMod
  12. implicit val f: Aux[Steps, LabelSteps.type, Labels]

    Permalink
    Attributes
    protected
    Definition Classes
    WithAsAndSelectStepsHelperAsAndSelectStepsHelper
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. implicit val lub: LUBConstraint[Labels, As[_, _]]

    Permalink
    Attributes
    protected
    Definition Classes
    WithAsAndSelectStepsHelperAsAndSelectStepsHelper
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def select[A <: String, B <: String, OutA, OutB, OutATail <: HList, OutBTail <: HList, Types <: HList, End, End1, ET1 <: structure.ClassType[_]](a: () ⇒ A, b: () ⇒ B)(implicit sela: Aux[Labels, As[_, A], ::[OutA, OutATail]], selb: Aux[Labels, As[_, B], ::[OutB, OutBTail]], ev: ToList[::[OutA, ::[OutB, HNil]], As[_, _]], mapper: Aux[LabelStepTypes.type, ::[OutA, ::[OutB, HNil]], Types], tupler: shapeless.ops.hlist.Tupler.Aux[Types, End], et: Aux[End, End1, ET1]): Traversal[ST[Start], ET1, ::[Select[End], Steps]]

    Permalink

    implicits are off, the result type is (OutA, OutA) ???

    implicits are off, the result type is (OutA, OutA) ???

    Definition Classes
    AsAndSelectStepsHelper
  22. def select[A <: String, TypeA, OutA <: HList, End1, ET1 <: structure.ClassType[_]](a: () ⇒ A)(implicit sel: Aux[Labels, As[_, A], OutA], mapper: Aux[LabelStepTypes.type, OutA, ::[TypeA, HNil]], et: Aux[TypeA, End1, ET1]): Traversal[ST[Start], ET1, ::[Select[OutA], Steps]]

    Permalink
    Definition Classes
    AsAndSelectStepsHelper
  23. def select[SelectedLabels <: HList, RSelectedLabels <: HList, End, End0, ET0 <: structure.ClassType[End0]](label: (SelectorOut) ⇒ Selection[SelectedLabels, End])(implicit reverse: Aux[SelectedLabels, RSelectedLabels], ev: ToList[RSelectedLabels, As[_, _]], et: Aux[End, End0, ET0]): Traversal[ST[Start], (AsAndSelectStepsHelper.select.et)#CT, ::[Select[End], Steps]]

    Permalink
    Definition Classes
    AsAndSelectStepsHelper
  24. def select[RLabels <: HList, Types <: HList, End, End0, ET0 <: structure.ClassType[_]](implicit reverse: Aux[Labels, RLabels], ev: ToList[RLabels, As[_, _]], mapper: Aux[LabelStepTypes.type, RLabels, Types], tupler: shapeless.ops.hlist.Tupler.Aux[Types, End], et: Aux[End, End0, ET0]): Traversal[ST[Start], ET0, ::[Select[End], Steps]]

    Permalink
    Definition Classes
    AsAndSelectStepsHelper
  25. implicit val selector: Aux[Labels, SelectorOut]

    Permalink
    Attributes
    protected
    Definition Classes
    WithAsAndSelectStepsHelperAsAndSelectStepsHelper
  26. def st: ST[Start]

    Permalink
    Definition Classes
    BaseMod
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AsAndSelectStepsHelper[Start, ST, End, ET, Steps, Labels, SelectorOut]

Inherited from BaseMod[Start, ST, End, ET, Steps]

Inherited from AnyRef

Inherited from Any

Ungrouped