MapCompat

com.github.mjakubowski84.parquet4s.compat.MapCompat
See theMapCompat companion object
trait MapCompat

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Value members

Concrete methods

override def removed(key: Value): MapParquetRecord

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
override def updated[V1 >: Value](key: Value, value: V1): Map[Value, V1]

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