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

  1. Alphabetic
  2. By Inheritance

Inherited

  1. WithFilter
  2. WithFilter
  3. WithFilter
  4. Serializable
  5. AnyRef
  6. 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(self: MapOps[K, V, CC, _] with IterableOps[(K, V), IterableCC, _], p: ((K, V)) => Boolean)

Value Members

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

Deprecated Value Members

  1. def →[B](y: B): (WithFilter[K, V, IterableCC, CC], B)

Inherited from IterableOps.WithFilter[(K, V), IterableCC]

Inherited from collection.WithFilter[(K, V), IterableCC]

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromWithFilter[K, V, IterableCC, CC] to any2stringadd[WithFilter[K, V, IterableCC, CC]]

Inherited by implicit conversion StringFormat fromWithFilter[K, V, IterableCC, CC] to StringFormat[WithFilter[K, V, IterableCC, CC]]

Inherited by implicit conversion Ensuring fromWithFilter[K, V, IterableCC, CC] to Ensuring[WithFilter[K, V, IterableCC, CC]]

Inherited by implicit conversion ArrowAssoc fromWithFilter[K, V, IterableCC, CC] to ArrowAssoc[WithFilter[K, V, IterableCC, CC]]

Ungrouped