NaturalTransformation

org.specs2.fp.NaturalTransformation
See theNaturalTransformation companion object
trait NaturalTransformation[-F[_], +G[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply[A](fa: F[A]): G[A]