PipedCompiledJq

fs2.data.json.jq.PipedCompiledJq
class PipedCompiledJq[F[_]](val jqs: Type[CompiledJq[F]]) extends CompiledJq[F]

Represents a sequence of piped compiled jq queries, applying every query to the result of the previous one.

Attributes

Source
PipedCompiledJq.scala
Graph
Supertypes
trait CompiledJq[F]
trait Stream[F, Token] => Stream[F, Token]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def andThen(that: CompiledJq[F]): CompiledJq[F]

Allows for piping this compiled jq query feeding its result to that compiled jq query.

Allows for piping this compiled jq query feeding its result to that compiled jq query.

Attributes

Definition Classes
Source
PipedCompiledJq.scala
override def apply(in: Stream[F, Token]): Stream[F, Token]

Attributes

Definition Classes
Source
PipedCompiledJq.scala

Inherited methods

def andThen[A](g: Stream[F, Token] => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => Stream[F, Token]): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1
def |(that: CompiledJq[F]): CompiledJq[F]

Alias for andThen.

Alias for andThen.

Attributes

Inherited from:
CompiledJq
Source
CompiledJq.scala

Concrete fields

val jqs: Type[CompiledJq[F]]

Attributes

Source
PipedCompiledJq.scala