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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. def addStart(arg0: Traverser[S]): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator
  26. def requiresPaths(): Boolean

    Definition Classes
    PathConsumer
  27. def reset(): Unit

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

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

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

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

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

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

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

  35. def toString(): String

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

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

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