Class

lspace.librarian.traversal.Traversal

WithAsAndSelectStepsHelperHNil

Related Doc: package Traversal

Permalink

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

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

Instance Constructors

  1. new WithAsAndSelectStepsHelperHNil(_traversal: Traversal[ST[Start], ET[End], HNil])(implicit flat: Aux[SegmentMapper.type, HNil, Steps], 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], HNil]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    WithAsAndSelectStepsHelperHNilAsAndSelectStepsHelperTModHNil
  5. def add[S <: ResourceStep, ST <: ClassType[_], ET <: ClassType[_]](step: S, st: ST, et: ET)(implicit ev: <:<[S, ResourceStep]): Traversal[ST, ET, ::[Segment[::[S, HNil]], HNil]]

    Permalink
    Attributes
    protected
    Definition Classes
    TModHNilBaseMod
  6. def add[S <: MoveStep, ST <: ClassType[_], ET <: ClassType[_]](step: S, st: ST, et: ET)(implicit ev: <:<[S, MoveStep]): Traversal[ST, ET, ::[Segment[::[S, HNil]], HNil]]

    Permalink
    Attributes
    protected
    Definition Classes
    TModHNilBaseMod
  7. def add[S <: Step, ST <: ClassType[_], ET <: ClassType[_]](step: S, st: ST, et: ET)(implicit ev: <:!<[S, MoveStep], ev2: <:!<[S, ResourceStep]): Traversal[ST, ET, ::[Segment[::[S, HNil]], HNil]]

    Permalink
    Attributes
    protected
    Definition Classes
    TModHNilBaseMod
  8. def add[S <: ResourceStep](step: S)(implicit ev: <:<[S, ResourceStep]): Traversal[ST[Start], ET[End], ::[Segment[::[S, HNil]], HNil]]

    Permalink
    Attributes
    protected
    Definition Classes
    TModHNilBaseMod
  9. def add[S <: MoveStep](step: S)(implicit ev: <:<[S, MoveStep]): Traversal[ST[Start], ET[End], ::[Segment[::[S, HNil]], HNil]]

    Permalink
    Attributes
    protected
    Definition Classes
    TModHNilBaseMod
  10. def add[S <: Step](step: S)(implicit ev: <:!<[S, MoveStep], ev2: <:!<[S, ResourceStep]): Traversal[ST[Start], ET[End], ::[Segment[::[S, HNil]], HNil]]

    Permalink
    Attributes
    protected
    Definition Classes
    TModHNilBaseMod
  11. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
  16. implicit val f: Aux[Steps, LabelSteps.type, Labels]

    Permalink
    Attributes
    protected
    Definition Classes
    WithAsAndSelectStepsHelperHNilAsAndSelectStepsHelper
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. implicit val flat: Aux[SegmentMapper.type, HNil, Steps]

    Permalink
    Attributes
    protected
    Definition Classes
    WithAsAndSelectStepsHelperHNilAsAndSelectStepsHelper
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def id: Traversal[ST[Start], LongType[Long], ::[Segment[::[Id.type, HNil]], HNil]]

    Permalink
    Definition Classes
    BaseMod
  22. def iri: Traversal[ST[Start], (defaultString)#CT, ::[Segment[::[HasLabel, ::[Out, HNil]]], HNil]]

    Permalink
    Definition Classes
    BaseMod
  23. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    WithAsAndSelectStepsHelperHNilAsAndSelectStepsHelper
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. 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, ::[Segment[::[Select[End], HNil]], HNil]]

    Permalink

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

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

    Definition Classes
    AsAndSelectStepsHelper
  29. 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, ::[Segment[::[Select[OutA], HNil]], HNil]]

    Permalink
    Definition Classes
    AsAndSelectStepsHelper
  30. 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], (AsAndSelectStepsHelper.select.et)#CT, ::[Segment[::[Select[End], HNil]], HNil]]

    Permalink
    Definition Classes
    AsAndSelectStepsHelper
  31. 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, ::[Segment[::[Select[End], HNil]], HNil]]

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

    Permalink
    Attributes
    protected
    Definition Classes
    WithAsAndSelectStepsHelperHNilAsAndSelectStepsHelper
  33. def st: ST[Start]

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

Inherited from TModHNil[Start, ST, End, ET]

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

Inherited from AnyRef

Inherited from Any

Ungrouped