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

com.github.spoptchev.scientist.Publisher.kt Maven / Gradle / Ivy

The newest version!
package com.github.spoptchev.scientist

typealias Publisher = (Result) -> Unit

class NoPublisher : Publisher {
    override fun invoke(result: Result) {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy