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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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