Scala Standard Library 2.13.1 - scala.collection.ArrayOps.WithFilter (original) (raw)

class WithFilter[A] extends AnyRef

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. WithFilter
  2. AnyRef
  3. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Instance Constructors

  1. new WithFilter(p: (A) => Boolean, xs: Array[A])

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (WithFilter[A], B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def clone(): AnyRef
  8. def ensuring(cond: (WithFilter[A]) => Boolean, msg: => Any): WithFilter[A]
  9. def ensuring(cond: (WithFilter[A]) => Boolean): WithFilter[A]
  10. def ensuring(cond: Boolean, msg: => Any): WithFilter[A]
  11. def ensuring(cond: Boolean): WithFilter[A]
  12. final def eq(arg0: AnyRef): Boolean
  13. def equals(arg0: AnyRef): Boolean
  14. def finalize(): Unit
  15. def flatMap[BS, B](f: (A) => BS)(implicit asIterable: (BS) => Iterable[B], m: ClassTag[B]): Array[B]
  16. def flatMap[B](f: (A) => IterableOnce[B])(implicit arg0: ClassTag[B]): Array[B]
  17. def foreach[U](f: (A) => U): Unit
  18. def formatted(fmtstr: String): String
  19. final def getClass(): Class[_ <: AnyRef]
  20. def hashCode(): Int
  21. final def isInstanceOf[T0]: Boolean
  22. def map[B](f: (A) => B)(implicit arg0: ClassTag[B]): Array[B]
  23. final def ne(arg0: AnyRef): Boolean
  24. final def notify(): Unit
  25. final def notifyAll(): Unit
  26. final def synchronized[T0](arg0: => T0): T0
  27. def toString(): String
  28. final def wait(): Unit
  29. final def wait(arg0: Long, arg1: Int): Unit
  30. final def wait(arg0: Long): Unit
  31. def withFilter(q: (A) => Boolean): WithFilter[A]

Deprecated Value Members

  1. def →[B](y: B): (WithFilter[A], B)

Ungrouped