c

gremlin.scala

SelectAllStep

class SelectAllStep[S, Labels <: HList, LabelsTuple] extends MapStep[S, LabelsTuple] with TraversalParent

Linear Supertypes
TraversalParent, AutoCloseable, MapStep[S, LabelsTuple], AbstractStep[S, LabelsTuple], Step[S, LabelsTuple], Cloneable, Serializable, Iterator[Admin[LabelsTuple]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SelectAllStep
  2. TraversalParent
  3. AutoCloseable
  4. MapStep
  5. AbstractStep
  6. Step
  7. Cloneable
  8. Serializable
  9. Iterator
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SelectAllStep(traversal: Traversal[_, _])(implicit tupler: shapeless.ops.hlist.Tupler.Aux[Labels, LabelsTuple])

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 addGlobalChild(globalChildTraversal: Admin[_, _]): Unit
    Definition Classes
    TraversalParent
  5. def addLabel(label: String): Unit
    Definition Classes
    AbstractStep → Step
  6. def addLocalChild(localChildTraversal: Admin[_, _]): Unit
    Definition Classes
    TraversalParent
  7. def addStart(start: Admin[S]): Unit
    Definition Classes
    AbstractStep → Step
  8. def addStarts(starts: Iterator[Admin[S]]): Unit
    Definition Classes
    AbstractStep → Step
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def asStep(): Step[_, _]
    Definition Classes
    TraversalParent
  11. def clone(): AbstractStep[S, LabelsTuple]
    Definition Classes
    AbstractStep → Step → AnyRef
  12. def close(): Unit
    Definition Classes
    TraversalParent → AutoCloseable
    Annotations
    @throws( classOf[java.lang.Exception] )
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(other: Any): Boolean
    Definition Classes
    AbstractStep → AnyRef → Any
  15. def equals(other: Step[_, _], compareIds: Boolean): Boolean
    Definition Classes
    Step
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def forEachRemaining(arg0: Consumer[_ >: Admin[LabelsTuple]]): Unit
    Definition Classes
    Iterator
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getGlobalChildren[S, E](): List[Admin[S, E]]
    Definition Classes
    TraversalParent
  20. def getId(): String
    Definition Classes
    AbstractStep → Step
  21. def getLabels(): Set[String]
    Definition Classes
    AbstractStep → Step
  22. def getLocalChildren[S, E](): List[Admin[S, E]]
    Definition Classes
    TraversalParent
  23. def getNextStep(): Step[LabelsTuple, _]
    Definition Classes
    AbstractStep → Step
  24. def getPreviousStep(): Step[_, S]
    Definition Classes
    AbstractStep → Step
  25. def getRequirements(): Set[TraverserRequirement]
    Definition Classes
    SelectAllStep → Step
  26. def getSelfAndChildRequirements(arg0: <repeated...>[TraverserRequirement]): Set[TraverserRequirement]
    Definition Classes
    TraversalParent
    Annotations
    @transient()
  27. def getTraversal[A, B](): Admin[A, B]
    Definition Classes
    AbstractStep → Step
  28. def hasNext(): Boolean
    Definition Classes
    AbstractStep → Iterator
  29. def hashCode(): Int
    Definition Classes
    AbstractStep → AnyRef → Any
  30. def integrateChild[S, E](childTraversal: Admin[_, _]): Admin[S, E]
    Definition Classes
    TraversalParent
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def map(traverser: Admin[S]): LabelsTuple
    Definition Classes
    SelectAllStep → MapStep
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def next(): Admin[LabelsTuple]
    Definition Classes
    AbstractStep → Iterator
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def processNextStart(): Admin[LabelsTuple]
    Attributes
    protected[org.apache.tinkerpop.gremlin.process.traversal.step.map]
    Definition Classes
    MapStep → AbstractStep
  38. def remove(): Unit
    Definition Classes
    Iterator
  39. def removeGlobalChild(globalChildTraversal: Admin[_, _]): Unit
    Definition Classes
    TraversalParent
  40. def removeLabel(label: String): Unit
    Definition Classes
    AbstractStep → Step
  41. def removeLocalChild(localChildTraversal: Admin[_, _]): Unit
    Definition Classes
    TraversalParent
  42. def reset(): Unit
    Definition Classes
    AbstractStep → Step
  43. def setId(id: String): Unit
    Definition Classes
    AbstractStep → Step
  44. def setNextStep(step: Step[LabelsTuple, _]): Unit
    Definition Classes
    AbstractStep → Step
  45. def setPreviousStep(step: Step[_, S]): Unit
    Definition Classes
    AbstractStep → Step
  46. def setTraversal(traversal: Admin[_, _]): Unit
    Definition Classes
    AbstractStep → Step
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def toList(path: Path): List[Any]
  49. def toString(): String
    Definition Classes
    AbstractStep → AnyRef → Any
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from TraversalParent

Inherited from AutoCloseable

Inherited from MapStep[S, LabelsTuple]

Inherited from AbstractStep[S, LabelsTuple]

Inherited from Step[S, LabelsTuple]

Inherited from Cloneable

Inherited from Serializable

Inherited from Iterator[Admin[LabelsTuple]]

Inherited from AnyRef

Inherited from Any

Ungrouped