arrow-optics / arrow.optics.extensions / MapKAt

MapKAt

interface ~~MapKAt~~<K, V> : At<MapK<K, V>, K, Option<V>> Deprecated: Typeclass interface implementation will not be exposed directly anymore

At instance definition for MapK.

Functions

at Get a Lens for a structure S with focus in A at index i.open fun at(i: K): Lens<MapK<K, V>, Option<V>>

Extension Functions

remove Delete a value associated with a key in a Map-like containerfun <S, I, A> At<S, I, Option<A>>.remove(s: S, i: I): S
Lift deletion of a value associated with a key in a Map-like containerfun <S, I, A> At<S, I, Option<A>>.remove(i: I): (S) -> S

Do you like Arrow?

Arrow Org
<