Package

org.ensime.indexer.orientdb

syntax

Permalink

package syntax

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. syntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class RichOrientGraph extends AnyRef

    Permalink
  2. implicit final class RichVertex extends AnyVal

    Permalink
  3. implicit final class RichVertexT[T] extends AnyVal

    Permalink

Value Members

  1. object RichGraph extends SLF4JLogging

    Permalink
  2. implicit def RichParameter(props: (String, String)): Parameter[String, String]

    Permalink
  3. def withGraph[T](f: (OrientBaseGraph) ⇒ T)(implicit factory: OrientGraphFactory): T

    Permalink

    Creates a context to communicate with the Graph.

    Creates a context to communicate with the Graph. Commits are not automatic for performance reasons.

  4. def withGraphAsync[T](f: (OrientBaseGraph) ⇒ T)(implicit factory: OrientGraphFactory, ec: ExecutionContext): Future[T]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped