foldable

doobie.syntax.foldable
object foldable extends ToFoldableOps

Attributes

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

Members list

Implicits

Inherited implicits

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

Attributes

Inherited from:
ToFoldableOps
Source
foldable.scala