Companion object for DispatchQuery providing some static dispatch functions and a fluent dispatch query creation API.
Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
DispatchQuery.type
Members list
Type members
Classlikes
Dispatch filter to specify which edges to skip on the path given as Seq, w.r.t. the evaluation of the selection function.
Dispatch filter to specify which edges to skip on the path given as Seq, w.r.t. the evaluation of the selection function.
Value parameters
- sel
-
the selection function to evaluate on each element of the path
Attributes
- Supertypes
Dispatch filter selecting the sub-path from the starting edge until the end of the path given as Seq, w.r.t. the evaluation of the selection function.
Dispatch filter selecting the sub-path from the starting edge until the end of the path given as Seq, w.r.t. the evaluation of the selection function.
Value parameters
- sel
-
the selection function to evaluate on each element of the path
Attributes
- Supertypes
Dispatch filter to specify which edges to keep on the path given as Seq, w.r.t. the evaluation of the selection function.
Dispatch filter to specify which edges to keep on the path given as Seq, w.r.t. the evaluation of the selection function.
Value parameters
- sel
-
the selection function to evaluate on each element of the path
Attributes
- Supertypes
Dispatch filter selecting the sub-path from the last edge until the end of the path given as Seq, w.r.t. the evaluation of the selection function.
Dispatch filter selecting the sub-path from the last edge until the end of the path given as Seq, w.r.t. the evaluation of the selection function.
Value parameters
- sel
-
the selection function to evaluate on each element of the path
Attributes
- Supertypes
Inherited and Abstract types
The names of the product elements.
The name of the type.
Value members
Concrete methods
Concrete fields
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
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
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.