Object

ophion

Ophion

Related Doc: package ophion

Permalink

object Ophion

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

Type Members

  1. case class AsOperation(as: String) extends Operation[GraphTraversal[_, _]] with Product with Serializable

    Permalink
  2. case class ByOperation(by: String) extends Operation[GraphTraversal[_, _]] with Product with Serializable

    Permalink
  3. case class CapOperation(cap: List[String]) extends Operation[GraphTraversal[_, _]] with Product with Serializable

    Permalink
  4. case class CountOperation(count: String) extends Operation[GraphTraversal[_, Long]] with Product with Serializable

    Permalink
  5. case class EdgeDirect(type: String, properties: Map[String, Any]) extends GraphView with Product with Serializable

    Permalink
  6. case class EdgeFull(type: String, properties: Map[String, Any], in: String, out: String) extends GraphView with Product with Serializable

    Permalink
  7. type EdgeMap = Map[String, List[String]]

    Permalink
  8. type FreeOperation[F] = Free[Operation, F]

    Permalink
  9. sealed trait GraphView extends AnyRef

    Permalink
  10. case class GroupCountOperation(groupCount: String) extends Operation[GraphTraversal[_, _]] with Product with Serializable

    Permalink
  11. case class HasNotOperation(hasNot: String) extends Operation[GraphTraversal[_, Vertex]] with Product with Serializable

    Permalink
  12. case class HasOperation(has: String, within: List[_]) extends Operation[GraphTraversal[_, Vertex]] with Product with Serializable

    Permalink
  13. case class InEdgeOperation(inEdge: String) extends Operation[GraphTraversal[_, Edge]] with Product with Serializable

    Permalink
  14. case class InOperation(in: String) extends Operation[GraphTraversal[_, Vertex]] with Product with Serializable

    Permalink
  15. case class InVertexOperation(inVertex: String) extends Operation[GraphTraversal[_, Vertex]] with Product with Serializable

    Permalink
  16. case class LabelOperation(label: String) extends Operation[GraphTraversal[_, Vertex]] with Product with Serializable

    Permalink
  17. case class LimitOperation(limit: Long) extends Operation[GraphTraversal[_, _]] with Product with Serializable

    Permalink
  18. sealed trait Operation[O] extends AnyRef

    Permalink
  19. case class OutEdgeOperation(outEdge: String) extends Operation[GraphTraversal[_, Edge]] with Product with Serializable

    Permalink
  20. case class OutOperation(out: String) extends Operation[GraphTraversal[_, Vertex]] with Product with Serializable

    Permalink
  21. case class OutVertexOperation(outVertex: String) extends Operation[GraphTraversal[_, Vertex]] with Product with Serializable

    Permalink
  22. case class Query(query: List[Operation[_]]) extends Operation[GraphTraversal[_, _]] with Product with Serializable

    Permalink
  23. case class RangeOperation(begin: Long, end: Long) extends Operation[GraphTraversal[_, _]] with Product with Serializable

    Permalink
  24. case class SelectOperation(select: List[String]) extends Operation[GraphTraversal[_, _]] with Product with Serializable

    Permalink
  25. case class ValuesOperation(values: List[String]) extends Operation[GraphTraversal[_, _]] with Product with Serializable

    Permalink
  26. case class VertexDirect(type: String, properties: Map[String, Any]) extends GraphView with Product with Serializable

    Permalink
  27. case class VertexFull(type: String, properties: Map[String, Any], in: EdgeMap, out: EdgeMap) extends GraphView with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object GraphView

    Permalink
  5. object IdentityOperation extends Operation[GraphTraversal[_, _]] with Product with Serializable

    Permalink
  6. object Operation

    Permalink
  7. object Query extends Serializable

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def groupAs[A, B, C](items: Iterable[A])(key: (A) ⇒ B)(value: (A) ⇒ C): Map[B, List[C]]

    Permalink
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def operationInterpreter(traversal: GraphTraversal[_, _]): ~>[Operation, Id]

    Permalink
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped