Fragment

object Fragment
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 foreach[T](seq: Seq[T])(f: T => Fragment): Fragments

iterate over elements to create a Fragments object

iterate over elements to create a Fragments object

def fragmentType(f: Fragment): String
def isAction(f: Fragment): Boolean
def isBacktab(f: Fragment): Boolean
def isBr(f: Fragment): Boolean
def isEmptyText(f: Fragment): Boolean
def isExample(f: Fragment): Boolean
def isExampleOrStep(f: Fragment): Boolean
def isFormatting(f: Fragment): Boolean
def isMarker(f: Fragment): Boolean
def isSpecificationRef(f: Fragment): Boolean
def isStep(f: Fragment): Boolean
def isStepOrAction(f: Fragment): Boolean
def isTab(f: Fragment): Boolean
def isText(f: Fragment): Boolean
def linkReference: PartialFunction[Fragment, SpecificationRef]
def marker: PartialFunction[Fragment, Marker]
def seeReference: PartialFunction[Fragment, SpecificationRef]

Givens

Givens

given showInstance: Show[Fragment]