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

Concise view

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]