Fragments

org.specs2.specification.core.Fragments
See theFragments companion class
object Fragments

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Fragments.type

Members list

Type members

Classlikes

Attributes

Supertypes
class Conversion[Fragment, Fragments]
trait Fragment => Fragments
class Object
trait Matchable
class Any
Self type
object given_Monoid_Fragments extends Monoid[Fragments]

Attributes

Supertypes
trait Monoid[Fragments]
trait Semigroup[Fragments]
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(fragments: Fragment*): Fragments

create fragments from a sequence of individual fragments

create fragments from a sequence of individual fragments

Attributes

def foreach[T](seq: Seq[T])(f: T => Fragments): Fragments

iterate over elements to create a Fragments object

iterate over elements to create a Fragments object

Attributes

def reduce[T](seq: Seq[T])(f: (Fragments, T) => Fragments): Fragments

iterate over elements to create a Fragments object

iterate over elements to create a Fragments object

Attributes

Concrete fields

empty sequence of fragments

empty sequence of fragments

Attributes