FoldableSyntax

cats.collections.syntax.FoldableSyntax

Attributes

Source
foldable.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object foldable.type

Members list

Implicits

Implicits

implicit def foldableSyntax[F[_] : Foldable, A](fa: F[A]): FoldableOps[F, A]

Attributes

Source
foldable.scala