ToFoldableOps

cats.Foldable$.ToFoldableOps

Attributes

Source:
Foldable.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object nonInheritedOps.type
trait AllSyntax
object implicits.type
object all.type
object foldable.type

Members list

Concise view

Implicits

Implicits

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

Attributes

Source:
Foldable.scala