PolyFunction2

smithy4s.kinds.PolyFunction2
See thePolyFunction2 companion object
trait PolyFunction2[F[_, _], G[_, _]]

Attributes

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

Members list

Value members

Abstract methods

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

Concrete methods

final def andThen[H[_, _]](other: PolyFunction2[G, H]): PolyFunction2[F, H]
final def compose[H[_, _]](other: PolyFunction2[H, F]): PolyFunction2[H, G]
final def narrow[F0 <: (F)]: PolyFunction2[F0, G]
final def widen[G0[a0, a1]]: PolyFunction2[F, G0]