compiler-plugin / arrow.meta.quotes / QuoteFactory
class QuoteFactory<K : KtElement, S :
Scope
<K>> : Factory<KtElement, K, S>
<init> | QuoteFactory(transform: (K) -> S) |
transform | val transform: (K) -> S |
invoke | operator fun invoke(containingDeclaration: KtElement, match: K.() -> Boolean , map: S.(quotedTemplate: K) -> Transform <K>): Quote <KtElement, K, S> |
Do you like Arrow?
✖