com.tinkerpop.gremlin

scala

package scala

Implicit conversions that make Gremlin easier to use in Scala. Users can just import com.tinkerpop.gremlin.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. class Dummy extends AnyRef

  2. class GremlinScalaPipeline[S, E] extends Pipeline[S, E] with Dynamic

  3. class ScalaEdge extends Edge with ScalaElement

    Adds convenience methods to com.tinkerpop.blueprints.Edge.

  4. trait ScalaElement extends Element with Dynamic

  5. class ScalaGraph extends AnyRef

  6. class ScalaLoopBundle[T] extends AnyRef

    Provides convenience methods for LoopBundle[T].

  7. class ScalaPipeFunction[S, E] extends PipeFunction[S, E]

  8. class ScalaVertex extends Vertex with ScalaElement

Value Members

  1. def ->[S]: GremlinScalaPipeline[S, S]

    Start a new pipeline

  2. object Gremlin

  3. object Imports

  4. object ScalaEdge

    Implicit conversions between com.tinkerpop.blueprints.Edge and com.tinkerpop.gremlin.scala.ScalaEdge.

  5. object ScalaGraph

    Implicit conversions between com.tinkerpop.blueprints.Graph and com.tinkerpop.gremlin.scala.ScalaGraph.

  6. object ScalaLoopBundle

  7. object ScalaVertex

    Implicit conversions between Vertex and ScalaVertex

  8. implicit def booleanFunctionToPipeFunction[A](f: (A) ⇒ Boolean): PipeFunction[A, Boolean]

    Mainly for GremlinPipeline.

    Mainly for GremlinPipeline.filter, to convert A => scala.Boolean to PipeFunction[A, java.lang.Boolean].

  9. implicit def functionToPipeFunction[A, B](f: (A) ⇒ B): PipeFunction[A, B]

    Most generic conversion: A => B to PipeFunction[A, B].

  10. package pipes

  11. def startPipe[S]: GremlinScalaPipeline[Nothing, Nothing]

  12. implicit val wrapScalaEdge: (Edge) ⇒ ScalaEdge

  13. implicit val wrapScalaGraph: (Graph) ⇒ ScalaGraph

  14. implicit def wrapScalaLoopBundle[T]: (LoopBundle[T]) ⇒ ScalaLoopBundle[T]

  15. implicit val wrapScalaVertex: (Vertex) ⇒ ScalaVertex

    Bring the wrap implicits into scope.

    Bring the wrap implicits into scope. The compiler will check the unwrap implicits on its own.

  16. def [S]: GremlinScalaPipeline[Nothing, Nothing]

Inherited from AnyRef

Inherited from Any

Ungrouped