tofu.syntax.fire.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.13 Show documentation
Show all versions of tofu-core_2.13 Show documentation
Opinionated Set of tool for functional programming in scala
package tofu.syntax
import tofu.{Fire, Race, Start}
object fire extends Fire.ToFireOps
object race extends Race.ToRaceOps
object start extends Start.ToStartOps