foldable

cats.collections.syntax.package$.foldable$
object foldable extends FoldableSyntax

Attributes

Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Implicits

Inherited implicits

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

Attributes

Inherited from:
FoldableSyntax
Source:
foldable.scala