WithFilter

final class WithFilter(p: A => Boolean)
class Object
trait Matchable
class Any

Value members

Concrete methods

def flatMap[B](f: A => JsResult[B]): JsResult[B]
def foreach(f: A => Unit): Unit
def map[B](f: A => B): JsResult[B]
def withFilter(q: A => Boolean): WithFilter