JValueWithFilter

final class JValueWithFilter(self: JValue, p: JValue => Boolean)
class Object
trait Matchable
class Any

Value members

Concrete methods

def flatMap[T](f: JValue => List[T]): List[T]
def foreach(f: JValue => Unit): Unit
def map[T](f: JValue => T): List[T]