Fragments

object Fragments
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

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

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

Concrete fields

empty sequence of fragments

empty sequence of fragments

Implicits

Implicits

implicit def FragmentsMonoid: Monoid[Fragments]