You can buy this project and download/modify it how often you want.
package sttp.client3.monad trait FunctionK[F[_], G[_]] { def apply[A](fa: F[A]): G[A] }