FunctionK

@internalApi
trait FunctionK[F[_], G[_]]
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply[A](fa: F[A]): G[A]