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]