isComposable

val PsiMethod.isComposable: Boolean(source)

Returns whether this method is @Composable or not


val UVariable.isComposable: Boolean(source)

Returns whether this variable's type is @Composable or not


val ULambdaExpression.isComposable: Boolean(source)

Returns whether this lambda expression is @Composable or not