com.tinkerpop.gremlin.scala

LabelledPathStep

Related Doc: package scala

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

Linear Supertypes
MapStep[S, Labels], AbstractStep[S, Labels], Step[S, Labels], Cloneable, Iterator[process.Traverser[Labels]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LabelledPathStep
  2. MapStep
  3. AbstractStep
  4. Step
  5. Cloneable
  6. Iterator
  7. AnyRef
  8. 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: process.Traverser[S]): Unit

    Definition Classes
    AbstractStep → Step
  5. def addStarts(arg0: Iterator[process.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[_ >: process.Traverser[Labels]]): Unit

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

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

    Definition Classes
    AbstractStep → Step
  14. def getLabel(): Optional[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 getRequirements(): Set[TraverserRequirement]

    Definition Classes
    LabelledPathStep → MapStep → 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(): process.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(): process.Traverser[Labels]

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

    Definition Classes
    Iterator
  28. def reset(): Unit

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

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

    Definition Classes
    AbstractStep → Step
  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 MapStep[S, Labels]

Inherited from AbstractStep[S, Labels]

Inherited from Step[S, Labels]

Inherited from Cloneable

Inherited from Iterator[process.Traverser[Labels]]

Inherited from AnyRef

Inherited from Any

Ungrouped