Scala Standard Library 2.13.1 - scala.collection.convert.StreamExtensions.MapHasSeqKeyValueStream (original) (raw)

implicit class MapHasSeqKeyValueStream[K, V, CC[X, Y] <: MapOps[X, Y, Map, _]] extends AnyRef

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. MapHasSeqKeyValueStream
  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 MapHasSeqKeyValueStream(cc: CC[K, V])

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (MapHasSeqKeyValueStream[K, V, CC], B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def asJavaSeqKeyStream[S <: BaseStream[_, _], St <: Stepper[_]](implicit s: StreamShape[K, S, St], st: StepperShape[K, St]): S
  8. def asJavaSeqStream[S <: BaseStream[_, _], St <: Stepper[_]](implicit s: StreamShape[(K, V), S, St], st: StepperShape[(K, V), St]): S
  9. def asJavaSeqValueStream[S <: BaseStream[_, _], St <: Stepper[_]](implicit s: StreamShape[V, S, St], st: StepperShape[V, St]): S
  10. def clone(): AnyRef
  11. def ensuring(cond: (MapHasSeqKeyValueStream[K, V, CC]) => Boolean, msg: => Any): MapHasSeqKeyValueStream[K, V, CC]
  12. def ensuring(cond: (MapHasSeqKeyValueStream[K, V, CC]) => Boolean): MapHasSeqKeyValueStream[K, V, CC]
  13. def ensuring(cond: Boolean, msg: => Any): MapHasSeqKeyValueStream[K, V, CC]
  14. def ensuring(cond: Boolean): MapHasSeqKeyValueStream[K, V, CC]
  15. final def eq(arg0: AnyRef): Boolean
  16. def equals(arg0: AnyRef): Boolean
  17. def finalize(): Unit
  18. def formatted(fmtstr: String): String
  19. final def getClass(): Class[_ <: AnyRef]
  20. def hashCode(): Int
  21. final def isInstanceOf[T0]: Boolean
  22. final def ne(arg0: AnyRef): Boolean
  23. final def notify(): Unit
  24. final def notifyAll(): Unit
  25. final def synchronized[T0](arg0: => T0): T0
  26. def toString(): String
  27. final def wait(): Unit
  28. final def wait(arg0: Long, arg1: Int): Unit
  29. final def wait(arg0: Long): Unit

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromMapHasSeqKeyValueStream[K, V, CC] to any2stringadd[MapHasSeqKeyValueStream[K, V, CC]]

Inherited by implicit conversion StringFormat fromMapHasSeqKeyValueStream[K, V, CC] to StringFormat[MapHasSeqKeyValueStream[K, V, CC]]

Inherited by implicit conversion Ensuring fromMapHasSeqKeyValueStream[K, V, CC] to Ensuring[MapHasSeqKeyValueStream[K, V, CC]]

Inherited by implicit conversion ArrowAssoc fromMapHasSeqKeyValueStream[K, V, CC] to ArrowAssoc[MapHasSeqKeyValueStream[K, V, CC]]

Ungrouped