PolyFunction

jsonrpclib.PolyFunction
trait PolyFunction[F[_], G[_]]

A polymorphic natural transformation from F[_] to G[_].

Type parameters

F

Source effect type

G

Target effect type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PolyFunction[F, G]

Members list

Value members

Abstract methods

def apply[A0](fa: => F[A0]): G[A0]