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: Any): Boolean

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

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

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

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

  10. def finalize(): Unit

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

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

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

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

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

  16. def hashCode(): Int

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

  18. def hiddenProperties: Map[String, Any]

  19. def id: AnyRef

  20. final def isInstanceOf[T0]: Boolean

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

  22. def label(): String

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

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

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

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

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

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

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

  30. def remove(): Unit

  31. def removeProperty(key: String): Unit

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

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

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

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

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. 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

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

  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped