final object Filter

A view that filters an underlying collection.

Constructors

Members

def apply ( underlying: Iterable [ A ] , p: A => Boolean ) : Filter [ A ]
def unapply ( x$1: Filter [ A ] ) : Filter [ A ]