Object/Trait

org.zalando.grafter

Query

Related Docs: trait Query | package grafter

Permalink

object Query extends Query with QuerySyntax

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Query
  2. QuerySyntax
  3. Query
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Path = List[Any]

    Permalink
    Definition Classes
    Query
  2. implicit class QueryOps[G <: Product] extends AnyRef

    Permalink
    Definition Classes
    QuerySyntax

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. def ancestorNames[T, G <: Product](graph: G)(implicit arg0: ClassTag[T]): List[(String, List[List[String]])]

    Permalink

    collect ancestor paths of a node of type T in a graph and show simple class names a list of pairs is returned where there can be duplicates in the key because there can be several instances of the same type

    collect ancestor paths of a node of type T in a graph and show simple class names a list of pairs is returned where there can be duplicates in the key because there can be several instances of the same type

    Definition Classes
    Query
  5. def ancestors[T, G <: Product](graph: G)(implicit arg0: ClassTag[T]): Map[T, List[Path]]

    Permalink

    collect all ancestor paths of a node of type T in a graph

    collect all ancestor paths of a node of type T in a graph

    Definition Classes
    Query
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def collect[T, G](graph: G)(implicit arg0: ClassTag[T]): List[T]

    Permalink

    collect all distinct nodes (based on reference equality) of type T in a graph

    collect all distinct nodes (based on reference equality) of type T in a graph

    Definition Classes
    Query
  9. def collectFirst[T, G](graph: G)(implicit arg0: ClassTag[T]): Option[T]

    Permalink

    collect the first node (breadth first) of type T in a graph

    collect the first node (breadth first) of type T in a graph

    Definition Classes
    Query
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def relation[G <: Product](graph: G): Relation[Any, Any]

    Permalink
    Definition Classes
    Query
  20. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from QuerySyntax

Inherited from Query

Inherited from AnyRef

Inherited from Any

Ungrouped