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 Graph = structure.Graph

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

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

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

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

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

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

  9. type Vertex = structure.Vertex

Value Members

  1. object GS

  2. object GremlinScala extends Serializable

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

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

  5. implicit def toSFunction[A, B](f: (A) ⇒ B): SFunction[A, B]

  6. implicit def toSPredicate[A](f: (A) ⇒ Boolean): SPredicate[A]

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped