tofu.Void.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tofu-core_2.11 Show documentation
Show all versions of tofu-core_2.11 Show documentation
Opinionated Set of tool for functional programming in scala
The newest version!
package tofu
final abstract class Void {
def absurd[A]: A
}
object Void {
def fromNothing(n: Nothing): Void = n
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy