foldable

doobie.util.foldable$
object foldable

Module of additional functions for Foldable.

Attributes

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

Members list

Value members

Concrete methods

def foldSmash1[F[_] : Foldable, A](fa: F[A])(prefix: A, delim: A, suffix: A)(implicit evidence$1: Foldable[F], A: Monoid[A]): A

Like foldSmash but returns monoidal zero if the foldable is empty.

Like foldSmash but returns monoidal zero if the foldable is empty.

Attributes

Source
foldable.scala