SimpleFilter

fs2.data.json.jq.SimpleFilter
sealed trait SimpleFilter extends Filter

Attributes

Source
ast.scala
Graph
Supertypes
trait Filter
trait Jq
class Object
trait Matchable
class Any
Known subtypes
class Field
object Identity.type
class Index
object RecursiveDescent.type
object Root.type
class Slice
Show all

Members list

Value members

Inherited methods

def ~(that: Filter): Filter

Attributes

Inherited from:
Filter
Source
ast.scala