arrow-core-data / arrow.core / 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
invoke | Applies this functor transformation from F to G abstract operator fun <A> invoke(fa: Kind<F, A>): Kind<G, A> |
id | fun <F> id(): FunctionK <F, F> |
Do you like Arrow?
✖