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 addStart(arg0: Traverser[S]): Unit

    Definition Classes
    AbstractStep → Step
  7. def addStarts(arg0: Iterator[Traverser[S]]): Unit

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

    Definition Classes
    Any
  9. def clone(): AbstractStep[S, Labels]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator
  28. def requiresPaths(): Boolean

    Definition Classes
    PathConsumer
  29. def reset(): Unit

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

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

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

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

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

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

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

  37. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. 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