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

dev.soffa.foundation.core.DispatcherExtension.kt Maven / Gradle / Ivy

There is a newer version: 0.17.31
Show newest version
package dev.soffa.foundation.core

import kotlin.reflect.KClass

fun > BaseDispatcher.dispatch(clazz: KClass, input: I): O {
    return this.dispatch(clazz.java, input)
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy