com.tinkerpop.gremlin.scala

TypedPathStep

class TypedPathStep[S, Types <: HList] extends MapStep[S, Types] with PathConsumer

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

Instance Constructors

  1. new TypedPathStep(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 addStarts(arg0: Iterator[Traverser[S]]): Unit

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

    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

    Definition Classes
    Iterator
  11. def getAs(): String

    Definition Classes
    AbstractStep → Step
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getNextStep(): Step[Types, _]

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

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

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

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

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

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

    Definition Classes
    AnyRef
  20. def next(): Traverser[Types]

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

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

    Definition Classes
    AnyRef
  23. def processNextStart(): Traverser[Types]

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

    Definition Classes
    Iterator
  25. def setAs(arg0: String): Unit

    Definition Classes
    AbstractStep → Step
  26. def setFunction(arg0: SFunction[Traverser[S], Types]): Unit

    Definition Classes
    MapStep
  27. def setNextStep(arg0: Step[Types, _]): Unit

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

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

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

  31. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PathConsumer

Inherited from MapStep[S, Types]

Inherited from AbstractStep[S, Types]

Inherited from Step[S, Types]

Inherited from Cloneable

Inherited from Serializable

Inherited from Iterator[Traverser[Types]]

Inherited from AnyRef

Inherited from Any

Ungrouped