Companion
object Companion
Functions
Link copied to clipboard
fun <C : Any> AfterCommandFunctionMetadata<C>.toAfterCommandFunction(commandRoot: C): AfterCommandFunction<C>
Converts after-command function metadata into an executable after-command function.
Link copied to clipboard
fun <C : Any> FunctionAccessorMetadata<C, Mono<*>>.toAfterCommandFunctionMetadata(): AfterCommandFunctionMetadata<C>
Converts a function accessor metadata into after-command function metadata.