Packages

c

org.opencypher.gremlin.translation.groovy

GroovyGremlinPredicates

class GroovyGremlinPredicates extends GremlinPredicates[GroovyPredicate]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GroovyGremlinPredicates
  2. GremlinPredicates
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GroovyGremlinPredicates()

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 between(first: Any, second: Any): GroovyPredicate
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def contains(value: Any): GroovyPredicate
  8. def endsWith(value: Any): GroovyPredicate
  9. def eq(value: Any): GroovyPredicate
    Definition Classes
    GroovyGremlinPredicates → AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def gt(value: Any): GroovyPredicate
  14. def gte(value: Any): GroovyPredicate
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def isEq(value: Any): GroovyPredicate
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isNode(): GroovyPredicate
  19. def isRelationship(): GroovyPredicate
  20. def isString(): GroovyPredicate
  21. def lt(value: Any): GroovyPredicate
  22. def lte(value: Any): GroovyPredicate
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def neq(value: Any): GroovyPredicate
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def regexMatch(value: Any): GroovyPredicate
  28. def startsWith(value: Any): GroovyPredicate
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  34. def within(values: <repeated...>[AnyRef]): GroovyPredicate
  35. def without(values: <repeated...>[AnyRef]): GroovyPredicate

Inherited from AnyRef

Inherited from Any

Ungrouped