
com.freya02.botcommands.internal.parameters.IAggregatedParameter.kt Maven / Gradle / Ivy
package com.freya02.botcommands.internal.parameters
import com.freya02.botcommands.internal.core.options.Option
import com.freya02.botcommands.internal.core.reflection.AggregatorFunction
interface IAggregatedParameter : MethodParameter {
val aggregator: AggregatorFunction
val options: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy