Trait

gremlin.scala

ScalaElement

Related Doc: package scala

Permalink

trait ScalaElement[ElementType <: Element] extends AnyRef

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

Abstract Value Members

  1. abstract def element: ElementType

    Permalink
  2. abstract def properties[A](keys: String*)(implicit arg0: DefaultsToAny[A]): Stream[Property[A]]

    Permalink
  3. abstract def properties[A](implicit arg0: DefaultsToAny[A]): Stream[Property[A]]

    Permalink
  4. abstract def removeProperties(keys: Key[_]*): ElementType

    Permalink
  5. abstract def removeProperty(key: Key[_]): ElementType

    Permalink
  6. abstract def setProperty[A](key: Key[A], value: A): ElementType

    Permalink
  7. abstract def toCC[CC <: Product](implicit arg0: Marshallable[CC]): CC

    Permalink

Concrete 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. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]

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

    Permalink
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. def id[A](implicit arg0: DefaultsToAny[A]): A

    Permalink
  12. final def isInstanceOf[T0]: Boolean

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

    Permalink
  14. def label: String

    Permalink
  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 property[A](key: Key[A]): Property[A]

    Permalink
  19. def start(configure: (TraversalSource) ⇒ TraversalSource): Aux[ElementType, HNil]

    Permalink

    start a new traversal from this element and configure it

  20. def start(): Aux[ElementType, HNil]

    Permalink

    start a new traversal from this element

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def updateAs[CC <: Product](f: (CC) ⇒ CC)(implicit arg0: Marshallable[CC]): ElementType

    Permalink
  24. def updateWith[CC <: Product](update: CC)(implicit arg0: Marshallable[CC]): ElementType

    Permalink
  25. def value[A](key: String)(implicit arg0: DefaultsToAny[A]): A

    Permalink
  26. def value2[A](key: Key[A]): A

    Permalink
  27. def valueMap[A](keys: String*)(implicit arg0: DefaultsToAny[A]): Map[String, A]

    Permalink
  28. def valueMap[A](implicit arg0: DefaultsToAny[A]): Map[String, A]

    Permalink
  29. def valueOption[A](key: Key[A], value: Option[A]): ElementType

    Permalink
  30. def valueOption[A](key: Key[A]): Option[A]

    Permalink
  31. def valueOption[A](key: String)(implicit arg0: DefaultsToAny[A]): Option[A]

    Permalink
  32. def values[A](keys: String*)(implicit arg0: DefaultsToAny[A]): Iterator[A]

    Permalink
  33. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. 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 AnyRef

Inherited from Any

Ungrouped