Bypassing
scroll.internal.dispatch.DispatchQuery.Bypassing
case class Bypassing(sel: Selector) extends SelectorFunction
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
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Implicitly added by given_Conversion_Bypassing_DispatchQuery
Applies the composition filters and sorting function to the given set of objects.
Applies the composition filters and sorting function to the given set of objects.
Value parameters
- anys
-
The Seq of objects to filter and sort
Attributes
- Returns
-
the filtered and sorted Seq of objects
Implicitly added by given_Conversion_Bypassing_DispatchQuery
Set the function to later sort all dynamic extensions during DispatchQuery.filter.
Set the function to later sort all dynamic extensions during DispatchQuery.filter.
Value parameters
- f
-
the sorting function
Attributes
- Returns
-
this
Inherited methods
Implicitly added by given_Conversion_Bypassing_DispatchQuery
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Implicitly added by given_Conversion_Bypassing_DispatchQuery
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article