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

sttp.client4.monad.FunctionK.scala Maven / Gradle / Ivy

There is a newer version: 4.0.0-M19
Show newest version
package sttp.client4.monad

trait FunctionK[F[_], G[_]] {
  def apply[A](fa: => F[A]): G[A]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy