arrow-optics / arrow.optics.extensions / 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.
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>> |
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 container fun <S, I, A> At <S, I, Option<A>>.remove(i: I): (S) -> S |
Do you like Arrow?
✖