ToFoldableOps

doobie.syntax.ToFoldableOps

Attributes

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

Members list

Type members

Classlikes

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

Attributes

Source
foldable.scala
Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

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

Attributes

Source
foldable.scala