ShowK

trait ShowK[F[_]] extends NaturalTransformation[F, [α] =>> String]
Companion:
object
trait NaturalTransformation[F, [α] =>> String]
class Object
trait Matchable
class Any

Value members

Abstract methods

def shows[A](fa: F[A]): String

Concrete methods

final def aggregator[A](implicit ev: Aggregator[A, String]): AggregatorK[A, F]
def apply[A](fa: F[A]): String

Inherited methods

def andThen[H[_]](f: NaturalTransformation[[α] =>> String, H]): NaturalTransformation[F, H]
Inherited from:
NaturalTransformation
def compose[E[_]](f: NaturalTransformation[E, F]): NaturalTransformation[E, [α] =>> String]
Inherited from:
NaturalTransformation
def narrow[FF[_]](implicit ev: LiskovF[FF, F]): NaturalTransformation[FF, [α] =>> String]
Inherited from:
NaturalTransformation
def or[H[_]](hg: NaturalTransformation[H, [α] =>> String]): NaturalTransformation[[_] =>> Coproduct[F, H, _$6], [α] =>> String]

Combines this scalaz.NaturalTransformation with another one to create one that can transform scalaz.Coproduct.

Combines this scalaz.NaturalTransformation with another one to create one that can transform scalaz.Coproduct.

The current NaturalTransformation will be used to transform the Left (F) value of the scalaz.Coproduct while the other one will be used to transform the Right (H) value.

Inherited from:
NaturalTransformation
def widen[GG[_]](implicit ev: GG >~~> [α] =>> String): NaturalTransformation[F, GG]
Inherited from:
NaturalTransformation