Class

lspace.librarian.process.traversal.Traversal

WithAsAndSelectSteps

Related Doc: package Traversal

Permalink

implicit class WithAsAndSelectSteps[Start, ST[+Z] <: ClassType[Z], End, ET[+Z] <: ClassType[Z], Steps <: HList, Labels <: HList, SelectorOut <: Selector[_, HNil]] extends StepsHelper[ST[Start], ET[End], Steps]

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

Linear Supertypes
StepsHelper[ST[Start], ET[End], Steps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithAsAndSelectSteps
  2. StepsHelper
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WithAsAndSelectSteps(_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
    WithAsAndSelectStepsStepsHelper
  5. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Permalink
  11. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def select[A <: String, B <: String, OutA, OutB, OutATail <: HList, OutBTail <: HList, Types <: HList, End, End1, ET1 <: 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) ???

  19. def select[A <: String, TypeA, OutA <: HList, End1, ET1 <: 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
  20. def select[SelectedLabels <: HList, RSelectedLabels <: HList, End, End0, ET0 <: ClassType[End0]](label: (SelectorOut) ⇒ Selection[SelectedLabels, End])(implicit reverse: Aux[SelectedLabels, RSelectedLabels], ev: ToList[RSelectedLabels, As[_, _]], et: Aux[End, End0, ET0]): Traversal[ST[Start], ET0, ::[Select[End], Steps]]

    Permalink
  21. def select[RLabels <: HList, Types <: HList, End, End0, ET0 <: 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
  22. implicit val selector: Aux[Labels, SelectorOut]

    Permalink
  23. def st: ST[Start]

    Permalink
    Definition Classes
    StepsHelper
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. implicit val target: Graph

    Permalink
    Definition Classes
    WithAsAndSelectStepsStepsHelper
  26. def toString(): String

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped