PipeSelector

fs2.data.json.Selector.PipeSelector
See thePipeSelector companion object
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.

Attributes

Companion
object
Source
selectors.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Selector
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product