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 Params
sel

the selection function to evaluate on each element of the path

trait Serializable
trait Product
trait Equals
trait Seq[AnyRef] => Seq[AnyRef]
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def apply(edges: Seq[AnyRef]): Seq[AnyRef]
Definition Classes
Function1

Inherited methods

@unspecialized
def andThen[A](g: Seq[AnyRef] => A): Seq[AnyRef] => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => Seq[AnyRef]): A => Seq[AnyRef]
Inherited from
Function1
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override
def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1