Syntax

jq.Syntax
object Syntax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Syntax.type

Members list

Value members

Concrete methods

def arr[R](f: R*)(using J: Jq[R]): R
def error[R](msg: String)(using J: Jq[R]): R
def id[R](using J: Jq[R]): R
def index0[R](k: String)(using J: Jq[R]): R
def iterator[R](using J: Jq[R]): R
def map[R](f: R)(using J: Jq[R]): R
def str[R](using J: Jq[R])(s: String): R

Extensions

Extensions

extension [R](sc: StringContext)(using J: Jq[R])(implicit evidence$1: ClassTag[R])
def i: R