Companion

object Companion

Functions

Link copied to clipboard
fun match(value: Number, description: String, details: MutableCollection<Explanation>): Explanation
fun match(value: Number, description: String, vararg details: Explanation): Explanation

Create a new explanation for a match.

Link copied to clipboard
fun noMatch(description: String, vararg details: Explanation): Explanation

Create a new explanation for a document which does not match.