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

com.freya02.botcommands.internal.parameters.AggregatedParameter.kt Maven / Gradle / Ivy

package com.freya02.botcommands.internal.parameters

import com.freya02.botcommands.internal.core.options.Option
import kotlin.reflect.KFunction
import kotlin.reflect.KParameter

interface AggregatedParameter {
    /**
     * **Note:** Can either be the user-defined aggregator or the command function
     *
     * See [Option.kParameter]
     */
    val typeCheckingFunction: KFunction<*>
    val typeCheckingParameterName: String
    val typeCheckingParameter: KParameter
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy