ReducibleSyntax

cats.syntax.ReducibleSyntax

Attributes

Source
reducible.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all
object implicits
object reducible

Members list

Implicits

Implicits

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

Attributes

Source
reducible.scala

Inherited implicits

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

Attributes

Inherited from:
ToReducibleOps
Source
Reducible.scala