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

com.skillw.asahi.api.script.linking.Invoker.kt Maven / Gradle / Ivy

The newest version!
package com.skillw.asahi.api.script.linking

import com.skillw.asahi.api.member.context.AsahiContext

/**
 * @className Invoker
 *
 * @author Glom
 * @date 2023/1/22 19:00 Copyright 2024 Glom.
 */
fun interface Invoker {
    fun invoke(context: AsahiContext, vararg params: Any?): Any?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy