Factory

interface Factory<out T : Any>

Functions

invoke
Link copied to clipboard
common
abstract operator fun invoke(meta: Meta = Meta.EMPTY, context: Context = Global): T

Inheritors

PluginFactory
Link copied to clipboard