Scala Standard Library 2.13.1 - scala.collection.ArrayOps.WithFilter (original) (raw)
class WithFilter[A] extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- WithFilter
- AnyRef
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ->[B](y: B): (WithFilter[A], B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: (WithFilter[A]) => Boolean, msg: => Any): WithFilter[A]
- def ensuring(cond: (WithFilter[A]) => Boolean): WithFilter[A]
- def ensuring(cond: Boolean, msg: => Any): WithFilter[A]
- def ensuring(cond: Boolean): WithFilter[A]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- def flatMap[BS, B](f: (A) => BS)(implicit asIterable: (BS) => Iterable[B], m: ClassTag[B]): Array[B]
- def flatMap[B](f: (A) => IterableOnce[B])(implicit arg0: ClassTag[B]): Array[B]
- def foreach[U](f: (A) => U): Unit
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def map[B](f: (A) => B)(implicit arg0: ClassTag[B]): Array[B]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def withFilter(q: (A) => Boolean): WithFilter[A]
Deprecated Value Members
- def →[B](y: B): (WithFilter[A], B)