FormatSpecification

value class FormatSpecification(val specifications: Set<Specification>)

Constructors

Link copied to clipboard
constructor(specifications: Set<Specification>)
constructor(vararg specifications: Specification)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun conformsTo(specification: Specification): Boolean
Link copied to clipboard
fun conformsToAll(vararg specifications: Specification): Boolean
Link copied to clipboard
fun conformsToAny(vararg specifications: Specification): Boolean
Link copied to clipboard
operator fun plus(specifications: Collection<Specification>): FormatSpecification
operator fun plus(specification: Specification): FormatSpecification