Packages

final class WithFilter[+A >: Null] 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. All

Value Members

  1. def flatMap[B >: Null](f: (A) ⇒ OptRef[B]): OptRef[B]
  2. def foreach[U](f: (A) ⇒ U): Unit
  3. def map[B >: Null](f: (A) ⇒ B): OptRef[B]
  4. def withFilter(q: (A) ⇒ Boolean): WithFilter[A]