com.github.mjakubowski84.parquet4s.compat.MapCompat
See theMapCompat companion object
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Known subtypes
-
-
Self type
-
Members list
Removes a single entry from this map.
Removes a single entry from this map.
Value parameters
-
key
-
key of the element to remove
Attributes
-
Returns
-
map of inner entries with the element removed
-
Definition Classes
-
Adds a single entry to this map.
Adds a single entry to this map.
Value parameters
-
key
-
key of the entry to add
-
value
-
value of the entry to add
Attributes
-
Returns
-
map of inner entries updated with the new entry added
-
Definition Classes
-