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

org.hnau.emitter.Emitter.kt Maven / Gradle / Ivy

package org.hnau.emitter


interface Emitter {

    companion object

    fun observe(observer: (T) -> Unit): Detacher

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy