tofu.lift.UnliftIO.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tofu-core-ce3_2.12 Show documentation
Show all versions of tofu-core-ce3_2.12 Show documentation
Opinionated set of tools for functional programming in Scala
package tofu.lift
object UnliftIO {
def apply[F[_]](implicit ev: UnliftIO[F]): UnliftIO[F] = ev
}