reducible

cats.syntax.`package`.reducible
object reducible extends ReducibleSyntax

Attributes

Source
package.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
reducible.type

Members list

Implicits

Inherited implicits

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

Attributes

Inherited from:
ReducibleSyntax
Source
reducible.scala
final implicit def catsSyntaxReducibleOps0[F[_], A](fa: F[A]): ReducibleOps0[F, A]

Attributes

Inherited from:
ReducibleSyntaxBinCompat0 (hidden)
Source
reducible.scala
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