PolyFunction

smithy4s.kinds.PolyFunction$
See thePolyFunction companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type From[F[_]] = { type Algebra = [G[_]] =>> PolyFunction[F, G]; }

Value members

Concrete methods

def identity[F[_]]: PolyFunction[F, F]

Implicits

Implicits

implicit def polyfunction_transformation[Alg[_[_]] : FunctorK, F[_], G[_]]: Transformation[PolyFunction[F, G], Alg[F], Alg[G]]