AbstractJsArray
object AbstractJsArray
Value members
Concrete methods
def filterByPair(p: (JsPath, JsPrimitive) => Boolean)(path: JsPath, input: Seq[JsValue], result: Seq[JsValue]): Seq[JsValue]
def mapByPair(m: (JsPath, JsPrimitive) => JsValue, p: (JsPath, JsPrimitive) => Boolean)(path: JsPath, input: Seq[JsValue], result: Seq[JsValue]): Seq[JsValue]
def reduceByPair[V](p: (JsPath, JsPrimitive) => Boolean, m: (JsPath, JsPrimitive) => V, r: (V, V) => V)(path: JsPath, input: Seq[JsValue], acc: Option[V]): Option[V]