com.tinkerpop.gremlin.scala

ScalaElement

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
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def element: ElementType

  2. abstract def start(): GremlinScala[::[ElementType, HNil], ElementType]

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def as(name: String): GremlinScala[::[ElementType, HNil], ElementType]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  11. def filter(p: (ElementType) ⇒ Boolean): GremlinScala[::[ElementType, HNil], ElementType]

  12. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  14. def has(key: String, t: T, value: Any): GremlinScala[::[ElementType, HNil], ElementType]

  15. def has(key: String, value: Any): GremlinScala[::[ElementType, HNil], ElementType]

  16. def has(key: String): GremlinScala[::[ElementType, HNil], ElementType]

  17. def hasNot(key: String): GremlinScala[::[ElementType, HNil], ElementType]

  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def hiddenKeys: Set[String]

  20. def hiddenProperties: Map[String, Any]

  21. def id: AnyRef

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def keys(): Set[String]

  24. def label(): String

  25. def map[A](fun: (ElementType) ⇒ A): GremlinScala[::[ElementType, ::[A, HNil]], A]

  26. def mapTraverser[A](fun: (Traverser[ElementType]) ⇒ A): GremlinScala[::[ElementType, ::[A, HNil]], A]

  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def properties: Map[String, Any]

  31. def property[A](key: String): Property[A]

  32. def remove(): Unit

  33. def removeProperty(key: String): Unit

  34. def setHiddenProperty(key: String, value: Any): Unit

  35. def setProperties(properties: Map[String, Any]): Unit

  36. def setProperty(key: String, value: Any): Unit

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

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. def value[A](key: String): A

    note: this may throw an IllegalStateException! in scala exceptions are typically discouraged in situations like this.

    note: this may throw an IllegalStateException! in scala exceptions are typically discouraged in situations like this... value is only provided so that we are on par with Gremlin Groovy

  40. def valueWithDefault[A](key: String, default: A): A

  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped