Package

gremlin

scala

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. sealed class DefaultsToAny[A] extends AnyRef

    Permalink
  2. type Edge = org.apache.tinkerpop.gremlin.structure.Edge

    Permalink
  3. implicit class EdgeAsJava extends AnyRef

    Permalink
  4. implicit class EdgeAsScala extends AnyRef

    Permalink
  5. type Element = org.apache.tinkerpop.gremlin.structure.Element

    Permalink
  6. type Graph = org.apache.tinkerpop.gremlin.structure.Graph

    Permalink
  7. implicit class GraphAsJava extends AnyRef

    Permalink
  8. implicit class GraphAsScala[G <: Graph] extends AnyRef

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

    Permalink
  10. implicit class GremlinScalaEdgeFunctions extends AnyRef

    Permalink
  11. implicit class GremlinScalaVertexFunctions extends AnyRef

    Permalink
  12. case class Key[A](value: String) extends Product with Serializable

    Permalink
  13. implicit class KeyOps[A] extends AnyRef

    Permalink
  14. case class KeyValue[A](key: Key[A], value: A) extends Product with Serializable

    Permalink
  15. type Label = String

    Permalink
  16. type Property[A] = org.apache.tinkerpop.gremlin.structure.Property[A]

    Permalink
  17. implicit class PropertyOps[A] extends AnyRef

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

    Permalink
  19. trait ScalaElement[ElementType <: Element] extends AnyRef

    Permalink
  20. case class ScalaGraph(graph: Graph) extends Product with Serializable

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

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

    Permalink
  23. case class SemiDoubleEdge(right: Vertex, label: String, properties: Seq[KeyValue[_]] = Nil) extends Product with Serializable

    Permalink
  24. case class SemiEdge(from: Vertex, label: String, properties: Seq[KeyValue[_]] = Nil) extends Product with Serializable

    Permalink
  25. implicit class SemiEdgeFunctions extends AnyRef

    Permalink
  26. implicit class SemiEdgeProductFunctions[LabelAndValuesAsTuple <: Product, LabelAndValues <: HList, Lbl <: String, KeyValues <: HList] extends AnyRef

    Permalink
  27. case class StepLabel[A](name: String = randomUUID.toString) extends Product with Serializable

    Permalink
  28. type Traverser[A] = org.apache.tinkerpop.gremlin.process.traversal.Traverser[A]

    Permalink
  29. type Vertex = org.apache.tinkerpop.gremlin.structure.Vertex

    Permalink
  30. implicit class VertexAsJava extends AnyRef

    Permalink
  31. implicit class VertexAsScala extends AnyRef

    Permalink

Value Members

  1. object DefaultsToAny

    Permalink
  2. object StepLabel extends Serializable

    Permalink
  3. def __[A](a: A): GremlinScala[A, HNil]

    Permalink
  4. def __[A](): GremlinScala[A, HNil]

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

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

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

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

    Permalink
  9. implicit def wrap[A](traversal: GraphTraversal[_, A]): GremlinScala[A, HNil]

    Permalink
  10. implicit def wrap(g: Graph): ScalaGraph

    Permalink
  11. implicit def wrap(e: Edge): ScalaEdge

    Permalink
  12. implicit def wrap(v: Vertex): ScalaVertex

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped