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

commonMain.outcome.Builder.kt Maven / Gradle / Ivy

package opensavvy.state.outcome

fun  T.success() = Outcome.Success(this)

fun  F.failed() = Outcome.Failure(this)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy