FragmentsContinuation

case class FragmentsContinuation(continue: Result => Option[Fragments])

Function creating more fragments (to be added to the specification) based on the current result

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(result: Result): Option[Fragments]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product