ReducibleSyntax

trait Serializable
class Object
trait Matchable
class Any
trait AllSyntax
object implicits
object all
object reducible

Implicits

Implicits

final implicit def catsSyntaxNestedReducible[F[_], G[_], A](fga: F[G[A]])(`evidence$1`: Reducible[F]): NestedReducibleOps[F, G, A]

Inherited implicits

implicit def toReducibleOps[F[_], A](target: F[A])(tc: Reducible[F]): Ops[F, A] { type TypeClassType = Reducible[F]; }
Inherited from
ToReducibleOps