com.tinkerpop.gremlin.scala

LabelledPathStep

class LabelledPathStep[S, Labels <: HList] extends MapStep[S, Labels] with PathConsumer

Linear Supertypes
PathConsumer, MapStep[S, Labels], AbstractStep[S, Labels], Step[S, Labels], Cloneable, Iterator[Traverser[Labels]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LabelledPathStep
  2. PathConsumer
  3. MapStep
  4. AbstractStep
  5. Step
  6. Cloneable
  7. Iterator
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LabelledPathStep(traversal: Traversal[_, _])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addStarts(arg0: Iterator[Traverser[S]]): Unit

    Definition Classes
    AbstractStep → Step
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AbstractStep[_, _]

    Definition Classes
    AbstractStep → Step → AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def forEachRemaining(arg0: Consumer[_ >: Traverser[Labels]]): Unit

    Definition Classes
    Iterator
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getLabel(): String

    Definition Classes
    AbstractStep → Step
  15. def getNextStep(): Step[Labels, _]

    Definition Classes
    AbstractStep → Step
  16. def getPreviousStep(): Step[_, S]

    Definition Classes
    AbstractStep → Step
  17. def getTraversal[A, B](): Traversal[A, B]

    Definition Classes
    AbstractStep → Step
  18. def hasNext(): Boolean

    Definition Classes
    AbstractStep → Iterator
  19. def hashCode(): Int

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

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

    Definition Classes
    AnyRef
  22. def next(): Traverser[Labels]

    Definition Classes
    AbstractStep → Iterator
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def processNextStart(): Traverser[Labels]

    Attributes
    protected[com.tinkerpop.gremlin.process.graph.step.map]
    Definition Classes
    MapStep → AbstractStep
  26. def remove(): Unit

    Definition Classes
    Iterator
  27. def requiresPaths(): Boolean

    Definition Classes
    PathConsumer
  28. def reset(): Unit

    Definition Classes
    AbstractStep → Step
  29. def setFunction(arg0: Function[Traverser[S], Labels]): Unit

    Definition Classes
    MapStep
  30. def setLabel(arg0: String): Unit

    Definition Classes
    AbstractStep → Step
  31. def setNextStep(arg0: Step[Labels, _]): Unit

    Definition Classes
    AbstractStep → Step
  32. def setPreviousStep(arg0: Step[_, S]): Unit

    Definition Classes
    AbstractStep → Step
  33. def setTraversal(arg0: Traversal[_, _]): Unit

    Definition Classes
    AbstractStep → Step
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toList(path: Path): List[Any]

  36. def toString(): String

    Definition Classes
    AbstractStep → AnyRef → Any
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PathConsumer

Inherited from MapStep[S, Labels]

Inherited from AbstractStep[S, Labels]

Inherited from Step[S, Labels]

Inherited from Cloneable

Inherited from Iterator[Traverser[Labels]]

Inherited from AnyRef

Inherited from Any

Ungrouped