Converters

object Converters

Provides functions for internal use in the implementation of directive combinators to convert the string value obtained from a directive attribute or body.

class Object
trait Matchable
class Any

Value members

Concrete methods

def blocks: (ParsedDirective, SourceFragment) => Either[String, Seq[Block]]
def simple[T](f: SourceFragment => Either[String, T]): (ParsedDirective, SourceFragment) => Either[String, T]
def spans: (ParsedDirective, SourceFragment) => Either[String, Seq[Span]]