
tofu.internal.carriers.perform.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tofu-kernel_3 Show documentation
Show all versions of tofu-kernel_3 Show documentation
Opinionated set of tools for functional programming in Scala
package tofu.internal.carriers
import tofu.kernel.types.Perform
trait PerformCarrier2[F[_]] extends Perform[F, Throwable]
object PerformCarrier2 extends PerformCarrier2Macro
trait PerformCarrier2Context[F[_]] extends Perform[F, Throwable]
object PerformCarrier2Context extends PerformCarrier2ContextMacro
trait PerformCarrier3[F[_]] extends Perform[F, Throwable]
object PerformCarrier3 extends PerformCarrier3Macro
© 2015 - 2025 Weber Informatics LLC | Privacy Policy