compiler-plugin / arrow.meta.quotes.nameddeclaration.notstubbed / FunctionNotStubbed
open class FunctionNotStubbed<out T : KtFunctionNotStubbed> :
Scope
<T>
A template destructuring Scope for a KtFunctionNotStubbed
<init> | A template destructuring Scope for a KtFunctionNotStubbedFunctionNotStubbed(value: T, (params): ScopedList <KtParameter> = ScopedList(value = value.valueParameters, postfix = " -> "), bodyExpression: Scope <KtExpression> = Scope(value.bodyExpression)) |
(params) | val (params): ScopedList <KtParameter> |
bodyExpression | val bodyExpression: Scope <KtExpression> |
value | open val value: T |
map | fun <K : KtElement> Scope <K>.map(f: (K) -> K): Scope <K> |
orEmpty | fun <K : KtElement> Scope <K>?.orEmpty(): Scope <K> |
FunctionLiteral | ”””{$(params) $blockExpression}””“.functionLiteralclass FunctionLiteral : FunctionNotStubbed <KtFunctionLiteral> |
Do you like Arrow?
✖