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]

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

    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

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

  12. def hiddenProperties(wantedKeys: String*): Seq[Property[Any]]

  13. def hiddenProperty[A](key: String): Property[A]

  14. def hiddenPropertyMap(wantedKeys: String*): Map[String, Any]

  15. def hiddenValue[A](key: String): A

  16. def id: AnyRef

  17. final def isInstanceOf[T0]: Boolean

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

  19. def label(): String

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

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

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

    Definition Classes
    AnyRef
  23. def properties(wantedKeys: String*): Seq[Property[Any]]

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

  25. def propertyMap(wantedKeys: String*): Map[String, Any]

  26. def remove(): Unit

  27. def removeProperty(key: String): Unit

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

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

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

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

    Definition Classes
    AnyRef
  32. def toString(): String

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

  34. def valueMap(): Map[String, Any]

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

  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped