com.ubertob.kondor.outcome.Aliases.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kondor-outcome Show documentation
Show all versions of kondor-outcome Show documentation
A Kotlin specialized Either type for wrapping results in a functional way
package com.ubertob.kondor.outcome
typealias UnitOutcome = BaseOutcome
typealias BaseOutcome = Outcome
© 2015 - 2024 Weber Informatics LLC | Privacy Policy