idea-plugin / arrow.meta.ide.dsl.application.services / Id
data class Id<A>
minimal port from arrow-core
fun extract(): A
fun <R> map(f: (A) -> R):
Id
<R>
fun <A> just(value: A):
<A>
Do you like Arrow?