gh-pages / com.nextfaze.devfun.function / PropertyTransformer

PropertyTransformer

interface PropertyTransformer : FunctionTransformer (source)

A function transformer that tells DevFun how to render Kotlin properties.

See Also

DeveloperProperty

Inherited Functions

Name Summary
accept open fun accept(functionDefinition: FunctionDefinition): Boolean
Should this transformer accept this item for transforming.
apply abstract fun apply(functionDefinition: FunctionDefinition, categoryDefinition: CategoryDefinition): Collection<FunctionItem>?
Transforms a FunctionDefinition to one or more FunctionItem.