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

net.dankito.utils.AsyncResult.kt Maven / Gradle / Ivy

The newest version!
package net.dankito.utils


open class AsyncResult(val successful : Boolean, val error : Exception? = null, val result : T? = null)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy