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

Type members

Inherited classlikes

final implicit class FoldableOps[F[_], A](self: F[A])(using evidence$1: Foldable[F], evidence$2: Monoid[A])

Attributes

Inherited from:
ToFoldableOps
Source
foldable.scala
Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

final implicit def FoldableOps[F[_], A](self: F[A])(using evidence$1: Foldable[F], evidence$2: Monoid[A]): FoldableOps[F, A]

Attributes

Inherited from:
ToFoldableOps
Source
foldable.scala