WithFilter

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

Value members

Concrete methods

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