Foldable

org.specs2.fp.Foldable$
See theFoldable companion trait
object Foldable

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Foldable.type

Members list

Value members

Concrete methods

def apply[F[_]](implicit F: Foldable[F]): Foldable[F]

Implicits

Implicits

implicit def listInstance: Foldable[List]
implicit def streamInstance: Foldable[Stream]
implicit def vectorInstance: Foldable[Vector]