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

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

The newest version!
package opensavvy.state.outcome

@Deprecated("The 'success' builder has been renamed to 'successful'", replaceWith = ReplaceWith("successful()", "opensavvy.state.outcome.successful"))
fun  Value.success() = Outcome.Success(this)

fun  Value.successful() = Outcome.Success(this)

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy