arrow-core-data / arrow.core / FunctionK

FunctionK

interface ~~FunctionK~~<F, G> Deprecated: Higher Kinded types and their related type classes will no longer be supported after Arrow 0.13.0. Most relevant APIs are now concrete over the data types available as members or top level extension functions

Functions

invoke Applies this functor transformation from F to Gabstract operator fun <A> invoke(fa: Kind<F, A>): Kind<G, A>

Companion Object Functions

id fun <F> id(): FunctionK<F, F>

Do you like Arrow?

Arrow Org
<