Packages

class WithFilter[A] extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithFilter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WithFilter(self: |[A, Null], p: (A) => Boolean)

Value Members

  1. def flatMap[B](f: (A) => |[B, Null]): |[B, Null]
  2. def foreach[U](f: (A) => U): Unit
  3. def localFilter(p: (A) => Boolean): |[A, Null]
  4. def map[B](f: (A) => B): |[B, Null]
  5. def withFilter(q: (A) => Boolean): WithFilter[A]