PipeSelector

case
class PipeSelector(left: Selector, right: Selector) extends Selector

Selects whatever left selects on the currently pointed value and then selects right on the result. Values selected by left are not emitted downstream, only the values selected by right are.

Companion
object
trait Serializable
trait Product
trait Equals
trait Selector
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product