PolyFunction

smithy4s.kinds.PolyFunction
See thePolyFunction companion object
trait PolyFunction[F[_], G[_]]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Concise view

Value members

Abstract methods

def apply[A0](fa: F[A0]): G[A0]

Concrete methods

final def andThen[H[_]](other: PolyFunction[G, H]): PolyFunction[F, H]