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](name: String) extends Product with Serializable

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

    Permalink
  14. type Label = String

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

    Permalink
  16. implicit class PropertyOps[A] extends AnyRef

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

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

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

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

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

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

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

    Permalink
  24. implicit class SemiEdgeFunctions extends AnyRef

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

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

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

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

    Permalink
  29. implicit class VertexAsJava extends AnyRef

    Permalink
  30. 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 toConsumer[A](f: (A) ⇒ Unit): Consumer[A]

    Permalink
  7. implicit def toJavaBiFunction[A, B, C](f: (A, B) ⇒ C): BiFunction[A, B, C]

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

    Permalink
  9. implicit def toJavaBinaryOperator[A](f: (A, A) ⇒ A): BinaryOperator[A]

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

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

    Permalink
  12. implicit def toJavaUnaryOperator[A](f: (A) ⇒ A): UnaryOperator[A]

    Permalink
  13. implicit def toSupplier[A](f: () ⇒ A): Supplier[A]

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped