compiler-plugin / arrow.meta.quotes / WhenScope
open class WhenScope<out K : KtElement> :
Scope
<K>
<init> | WhenScope(value: K?) |
value | open val value: K? |
toString | open fun toString(): String |
map | fun <K : KtElement> Scope <K>.map(f: (K) -> K): Scope <K> |
orEmpty | fun <K : KtElement> Scope <K>?.orEmpty(): Scope <K> |
Do you like Arrow?
✖