com.tinkerpop.gremlin

scala

package scala

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scala
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Edge = structure.Edge

  2. type Element = structure.Element

  3. type Graph = structure.Graph

  4. case class GremlinScala[End, Labels <: HList](traversal: GraphTraversal[_, End]) extends Product with Serializable

  5. class LabelledPathStep[S, Labels <: HList] extends MapStep[S, Labels] with PathConsumer

  6. case class ScalaEdge(edge: Edge) extends ScalaElement[Edge] with Product with Serializable

  7. trait ScalaElement[ElementType <: Element] extends AnyRef

  8. final case class ScalaGraph(graph: Graph) extends AnyVal with Product with Serializable

  9. case class ScalaVertex(vertex: Vertex) extends ScalaElement[Vertex] with Product with Serializable

  10. type Vertex = structure.Vertex

Value Members

  1. object CaseClassWrapper

  2. object GS

  3. object GremlinScala extends Serializable

  4. implicit def liftTraverser[A, B](fun: (A) ⇒ B): (Traverser[A]) ⇒ B

  5. implicit def toEdgeSteps[End <: Edge, Labels <: HList](gremlinScala: GremlinScala[End, Labels]): GremlinEdgeSteps[End, Labels]

  6. implicit def toElementSteps(e: ScalaEdge): GremlinElementSteps[Edge, HNil]

  7. implicit def toElementSteps(v: ScalaVertex): GremlinElementSteps[Vertex, HNil]

  8. implicit def toElementSteps[End <: Element, Labels <: HList](gremlinScala: GremlinScala[End, Labels]): GremlinElementSteps[End, Labels]

  9. implicit def toJavaBiPredicate[A, B](predicate: (A, B) ⇒ Boolean): BiPredicate[A, B]

  10. implicit def toJavaFunction[A, B](f: (A) ⇒ B): Function[A, B]

  11. implicit def toJavaPredicate[A](f: (A) ⇒ Boolean): Predicate[A]

  12. implicit def toVertexSteps[End <: Vertex, Labels <: HList](gremlinScala: GremlinScala[End, Labels]): GremlinVertexSteps[End, Labels]

  13. implicit def unwrap(g: ScalaGraph): Graph

  14. implicit def wrap(g: Graph): ScalaGraph

  15. implicit def wrap(e: Edge): ScalaEdge

  16. implicit def wrap(v: Vertex): ScalaVertex

Inherited from AnyRef

Inherited from Any

Ungrouped