CommandSignatureImpl
open class CommandSignatureImpl(val receiverParameter: CommandReceiverParameter<*>?, val valueParameters: List<AbstractCommandValueParameter<*>>, onCall: suspend CommandSignatureImpl.(resolvedCommandCall: ResolvedCommandCall) -> Unit) : AbstractCommandSignature, CommandSignature
Constructors
Link copied to clipboard
constructor(receiverParameter: CommandReceiverParameter<*>?, valueParameters: List<AbstractCommandValueParameter<*>>, onCall: suspend CommandSignatureImpl.(resolvedCommandCall: ResolvedCommandCall) -> Unit)