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

ArgumentsTransformer

interface ArgumentsTransformer : FunctionTransformer (source)

A function transformer that tells DevFun how to generate functions for annotation-defined arguments.

See Also

DeveloperArguments

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.