Scala Standard Library 2.13.15 - scala.collection.convert.StreamExtensions.MapHasParKeyValueStream (original) (raw)
implicit class MapHasParKeyValueStream[K, V, CC[X, Y] <: MapOps[X, Y, Map, _]] extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- MapHasParKeyValueStream
- AnyRef
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Instance Constructors
- new MapHasParKeyValueStream(cc: CC[K, V])
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (MapHasParKeyValueStream[K, V, CC], B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def asJavaParKeyStream[S <: BaseStream[_, _], St <: Stepper[_]](implicit s: StreamShape[K, S, St], st: StepperShape[K, St], isEfficient: <:<[CC[K, V], MapOpsWithEfficientKeyStepper]): S
- def asJavaParStream[S <: BaseStream[_, _], St <: Stepper[_]](implicit s: StreamShape[(K, V), S, St], st: StepperShape[(K, V), St], isEfficient: <:<[CC[K, V], MapOpsWithEfficientStepper]): S
- def asJavaParValueStream[S <: BaseStream[_, _], St <: Stepper[_]](implicit s: StreamShape[V, S, St], st: StepperShape[V, St], isEfficient: <:<[CC[K, V], MapOpsWithEfficientValueStepper]): S
- def clone(): AnyRef
- def ensuring(cond: (MapHasParKeyValueStream[K, V, CC]) => Boolean, msg: => Any): MapHasParKeyValueStream[K, V, CC]
- def ensuring(cond: (MapHasParKeyValueStream[K, V, CC]) => Boolean): MapHasParKeyValueStream[K, V, CC]
- def ensuring(cond: Boolean, msg: => Any): MapHasParKeyValueStream[K, V, CC]
- def ensuring(cond: Boolean): MapHasParKeyValueStream[K, V, CC]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- 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