implicit final class TransitionalMapOps[K, V] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransitionalMapOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TransitionalMapOps(map: Map[K, V])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val map: Map[K, V]
-
def
mapValuesStrict[W](f: (V) ⇒ W): Map[K, W]
Temporary replacement for the
mapValuesmethod of the Scala SDK which is deprecated in Scala 2.13 as it had returned a lazy Map instance in contrast to most other methods in strict Maps.Temporary replacement for the
mapValuesmethod of the Scala SDK which is deprecated in Scala 2.13 as it had returned a lazy Map instance in contrast to most other methods in strict Maps.This is a temporary, strict implementation of
mapValuesuntil the SDK offers such a method. -
def
toString(): String
- Definition Classes
- Any