Class

gremlin.scala

ScalaEdge

Related Doc: package scala

Permalink

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

Linear Supertypes
Serializable, Serializable, Product, Equals, ScalaElement[Edge], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaEdge
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ScalaElement
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaEdge(edge: Edge)

    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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. val edge: Edge

    Permalink
  7. def element: Edge

    Permalink
    Definition Classes
    ScalaEdgeScalaElement
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. def graph: ScalaGraph

    Permalink
    Definition Classes
    ScalaElement
  11. def id[A](implicit arg0: DefaultsToAny[A]): A

    Permalink
    Definition Classes
    ScalaElement
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def keys: Set[Key[Any]]

    Permalink
    Definition Classes
    ScalaElement
  14. def label: String

    Permalink
    Definition Classes
    ScalaElement
  15. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def properties[A](wantedKeys: String*)(implicit arg0: DefaultsToAny[A]): Stream[Property[A]]

    Permalink
    Definition Classes
    ScalaEdgeScalaElement
  19. def properties[A](implicit arg0: DefaultsToAny[A]): Stream[Property[A]]

    Permalink
    Definition Classes
    ScalaEdgeScalaElement
  20. def property[A](key: Key[A]): Property[A]

    Permalink
    Definition Classes
    ScalaElement
  21. def removeProperties(keys: Key[_]*): Edge

    Permalink
    Definition Classes
    ScalaEdgeScalaElement
  22. def removeProperty(key: Key[_]): Edge

    Permalink
    Definition Classes
    ScalaEdgeScalaElement
  23. def setProperties[CC <: Product](cc: CC)(implicit arg0: Marshallable[CC]): Edge

    Permalink
  24. def setProperties(properties: Map[Key[Any], Any]): Edge

    Permalink
  25. def setProperty[A](key: Key[A], value: A): Edge

    Permalink
    Definition Classes
    ScalaEdgeScalaElement
  26. def start(configure: (TraversalSource) ⇒ TraversalSource): Aux[Edge, HNil]

    Permalink

    start a new traversal from this element and configure it

    start a new traversal from this element and configure it

    Definition Classes
    ScalaElement
  27. def start(): Aux[Edge, HNil]

    Permalink

    start a new traversal from this element

    start a new traversal from this element

    Definition Classes
    ScalaElement
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toCC[CC <: Product](implicit arg0: Marshallable[CC]): CC

    Permalink
    Definition Classes
    ScalaEdgeScalaElement
  30. def updateAs[CC <: Product](f: (CC) ⇒ CC)(implicit arg0: Marshallable[CC]): Edge

    Permalink
    Definition Classes
    ScalaElement
  31. def updateWith[CC <: Product](update: CC)(implicit arg0: Marshallable[CC]): Edge

    Permalink
    Definition Classes
    ScalaElement
  32. def value[A](key: String)(implicit arg0: DefaultsToAny[A]): A

    Permalink
    Definition Classes
    ScalaElement
  33. def value2[A](key: Key[A]): A

    Permalink
    Definition Classes
    ScalaElement
  34. def valueMap[A](keys: String*)(implicit arg0: DefaultsToAny[A]): Map[String, A]

    Permalink
    Definition Classes
    ScalaElement
  35. def valueMap[A](implicit arg0: DefaultsToAny[A]): Map[String, A]

    Permalink
    Definition Classes
    ScalaElement
  36. def valueOption[A](key: Key[A], value: Option[A]): Edge

    Permalink
    Definition Classes
    ScalaElement
  37. def valueOption[A](key: Key[A]): Option[A]

    Permalink
    Definition Classes
    ScalaElement
  38. def valueOption[A](key: String)(implicit arg0: DefaultsToAny[A]): Option[A]

    Permalink
    Definition Classes
    ScalaElement
  39. def values[A](keys: String*)(implicit arg0: DefaultsToAny[A]): Iterator[A]

    Permalink
    Definition Classes
    ScalaElement
  40. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ScalaElement[Edge]

Inherited from AnyRef

Inherited from Any

Ungrouped