DispatchQuery

scroll.DispatchQuery
object DispatchQuery

Public entry point for dispatch-query builders and helpers such as Bypassing, From, and Through.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Exports

Defined exports

final type Bypassing = Bypassing
Exported from DispatchQuery$
final type From = From
Exported from DispatchQuery$
final type Selector = Selector
Exported from DispatchQuery$
Exported from DispatchQuery$
final type Through = Through
Exported from DispatchQuery$
final type To = To
Exported from DispatchQuery$
Exported from DispatchQuery

Function always returning true

Function always returning true

Attributes

Exported from DispatchQuery

Use this in DispatchQuery.sortedWith to state that no sorting between the objects in comparison should happen.

Use this in DispatchQuery.sortedWith to state that no sorting between the objects in comparison should happen.

Attributes

Exported from DispatchQuery

Function always returning false

Function always returning false

Attributes

val reverse: PartialFunction[(AnyRef, AnyRef), Boolean]
Exported from DispatchQuery

Function to use in DispatchQuery.sortedWith to simply reverse the set of resulting edges.

Function to use in DispatchQuery.sortedWith to simply reverse the set of resulting edges.

Attributes

val swap: Boolean
Exported from DispatchQuery

Use this in DispatchQuery.sortedWith to state that always swapping between the objects in comparison should happen.

Use this in DispatchQuery.sortedWith to state that always swapping between the objects in comparison should happen.

Attributes