Class

lspace.librarian.traversal.Traversal

WithGroupStepHelper

Related Doc: package Traversal

Permalink

implicit class WithGroupStepHelper[Start, ST[+Z] <: structure.ClassType[Z], End, ET[+Z] <: structure.ClassType[Z], KOut, CK <: structure.ClassType[_], KeySteps <: HList, Steps <: HList] extends BaseMod[Start, ST, (KOut, List[End]), TupleType, ::[Group[CK, KeySteps, ET[End], HNil], Steps]]

Linear Supertypes
BaseMod[Start, ST, (KOut, List[End]), TupleType, ::[Group[CK, KeySteps, ET[End], HNil], Steps]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithGroupStepHelper
  2. BaseMod
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WithGroupStepHelper(_traversal: Traversal[ST[Start], TupleType[(KOut, List[End])], ::[Group[CK, KeySteps, ET[End], HNil], Steps]])

    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], TupleType[(KOut, List[End])], ::[Group[CK, KeySteps, ET[End], HNil], Steps]]

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

    Permalink
    Definition Classes
    BaseMod
  6. def add[S <: Step](step: S): Traversal[ST[Start], TupleType[(KOut, List[End])], ::[S, ::[Group[CK, KeySteps, ET[End], HNil], 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: TupleType[(KOut, List[End])]

    Permalink
    Definition Classes
    BaseMod
  12. def etV: ET[End]

    Permalink
  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. def mapValues[CV <: structure.ClassType[_], VSteps <: HList, Steps1 <: HList, VOut, CVOut <: structure.ClassType[_]](value: (Traversal[ET[End], ET[End], HNil]) ⇒ Traversal[ET[End], CV, VSteps])(implicit prepend: shapeless.ops.hlist.Prepend.Aux[VSteps, ::[Out, HNil], Steps1], outV: Aux[CV, Steps1, VOut, CVOut]): Traversal[ST[Start], TupleType[(KOut, VOut)], ::[Group[CK, KeySteps, CV, VSteps], Steps]]

    Permalink
  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 st: ST[Start]

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

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

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

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

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

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

Inherited from BaseMod[Start, ST, (KOut, List[End]), TupleType, ::[Group[CK, KeySteps, ET[End], HNil], Steps]]

Inherited from AnyRef

Inherited from Any

Ungrouped