arrow-optics / arrow.optics.extensions / MapIndex
interface ~~MapIndex~~<K, V> : Index<Map<K, V>, K, V>
Deprecated: Typeclass interface implementation will not be exposed directly anymore.
Index instance definition for Map.
| index | Get Optional focus A for a structure S at index i.open fun index(i: K): Optional<Map<K, V>, V> |
| invoke | Operator overload to instantiate typeclass instance.operator fun <K, V> invoke(): MapIndex<K, V> |
Do you like Arrow?
✖