All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.freya02.botcommands.api.commands.CommandOptionAggregateBuilder.kt Maven / Gradle / Ivy

package com.freya02.botcommands.api.commands

import com.freya02.botcommands.api.core.options.builder.OptionAggregateBuilder
import com.freya02.botcommands.internal.parameters.AggregatorParameter
import kotlin.reflect.KFunction

abstract class CommandOptionAggregateBuilder>(
    aggregatorParameter: AggregatorParameter,
    aggregator: KFunction<*>
) : OptionAggregateBuilder(aggregatorParameter, aggregator)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy