Scala Standard Library 2.13.1 - scala.collection.MapOps.WithFilter (original) (raw)
class WithFilter[K, +V, +IterableCC[_], +CC[_, _] <: IterableOps[_, AnyConstr, _]] extends IterableOps.WithFilter[(K, V), IterableCC] with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- WithFilter
- WithFilter
- WithFilter
- Serializable
- AnyRef
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Instance Constructors
- new WithFilter(self: MapOps[K, V, CC, _] with IterableOps[(K, V), IterableCC, _], p: ((K, V)) => Boolean)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ->[B](y: B): (WithFilter[K, V, IterableCC, CC], B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: (WithFilter[K, V, IterableCC, CC]) => Boolean, msg: => Any): WithFilter[K, V, IterableCC, CC]
- def ensuring(cond: (WithFilter[K, V, IterableCC, CC]) => Boolean): WithFilter[K, V, IterableCC, CC]
- def ensuring(cond: Boolean, msg: => Any): WithFilter[K, V, IterableCC, CC]
- def ensuring(cond: Boolean): WithFilter[K, V, IterableCC, CC]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def filtered: Iterable[(K, V)]
- def finalize(): Unit
- def flatMap[K2, V2](f: ((K, V)) => IterableOnce[(K2, V2)]): CC[K2, V2]
- def flatMap[B](f: ((K, V)) => IterableOnce[B]): IterableCC[B]
- def foreach[U](f: ((K, V)) => U): Unit
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def map[K2, V2](f: ((K, V)) => (K2, V2)): CC[K2, V2]
- def map[B](f: ((K, V)) => B): IterableCC[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: ((K, V)) => Boolean): WithFilter[K, V, IterableCC, CC]
Deprecated Value Members
- def →[B](y: B): (WithFilter[K, V, IterableCC, CC], B)