toPolyFunction5

smithy4s.kinds.toPolyFunction5

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_], G[_]](f: PolyFunction[F, G]): PolyFunction5[<none>, <none>]

Lifts a PolyFunction to a PolyFunction5

Lifts a PolyFunction to a PolyFunction5

Attributes

def apply[F[_, _], G[_, _]](f: PolyFunction2[F, G]): PolyFunction5[<none>, <none>]

Lifts a PolyFunction2 to a PolyFunction5

Lifts a PolyFunction2 to a PolyFunction5

Attributes

def const5[F[_, _, _, _, _], G[_, _, _, _, _]](value: G[Any, Nothing, Nothing, Nothing, Nothing]): PolyFunction5[F, G]