IsoFunctorTemplate0

sealed
trait IsoFunctorTemplate0[F[_], G[_]]
class Object
trait Matchable
class Any
trait IsoFunctorTemplate[F, G]

Value members

Abstract methods

def from[A](ga: G[A]): F[A]
def to[A](fa: F[A]): G[A]

Concrete methods

def from_[A](ga: G[A]): F[A]
def to_[A](fa: F[A]): G[A]