Filter (original) (raw)
scala.collection.View.Filter
See theFilter companion class
object Filter
Attributes
Companion
Source
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type
Filter.type
Members list
Value members
Concrete methods
def apply[A](underlying: Iterable[A], p: A => Boolean, isFlipped: Boolean): Filter[A]
Attributes
Source