All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tofu.Init.scala Maven / Gradle / Ivy

There is a newer version: 0.13.6
Show newest version
package tofu

/** Initialize value of type A in type F
  *
  * @tparam F
  *   initialization effect type
  * @tparam A
  *   result type
  */
trait Init[F[_], A] {
  def init: F[A]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy