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

Type members

Classlikes

object given_Foldable_LazyList extends Foldable[LazyList]

Attributes

Supertypes
trait Foldable[LazyList]
class Object
trait Matchable
class Any
Self type
object given_Foldable_List extends Foldable[List]

Attributes

Supertypes
trait Foldable[List]
class Object
trait Matchable
class Any
Self type
object given_Foldable_Vector extends Foldable[Vector]

Attributes

Supertypes
trait Foldable[Vector]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

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