SeparatorDirective

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.

class Object
trait Matchable
class Any

Value members

Concrete methods

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

Concrete fields

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