FunctorK

smithy4s.kinds.FunctorK
See theFunctorK companion object
trait FunctorK[Alg[_[_]]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def mapK[F[_], G[_]](alg: Alg[F], function: PolyFunction[F, G]): Alg[G]