WithFilter

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

Value members

Concrete methods

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