PolyFunction5

smithy4s.kinds.PolyFunction5
See thePolyFunction5 companion object
trait PolyFunction5[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, A2, A3, A4](fa: F[A0, A1, A2, A3, A4]): G[A0, A1, A2, A3, A4]

Concrete methods

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