SeparatorDirective

laika.directive.BuilderContext.SeparatorDirective
class SeparatorDirective[+T]

Represents a separator directive, its name and its (combined) parts. It also allows to specify requirements for the minimum and maximum number of occurrences allowed for this directive. The default is unbounded, with 0 or more instances allowed.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(context: DirectiveContext): Result[T]

Concrete fields

val max: Int
val min: Int
val name: String