FunctorK2

smithy4s.kinds.FunctorK2
See theFunctorK2 companion object
trait FunctorK2[Alg[_[_, _]]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def mapK2[F[_, _], G[_, _]](alg: Alg[F], function: PolyFunction2[F, G]): Alg[G]