tofu.syntax.consume.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 cats.{MonoidK, SemigroupK}
import tofu.control.{Consume, Partial, Switch}
import tofu.control.{Partial, Switch}
object consume
extends Consume.ToConsumeOps with Partial.ToPartialOps with Switch.ToSwitchOps with MonoidK.ToMonoidKOps
with SemigroupK.ToSemigroupKOps