Count

data class Count(val count: Int) : MinimumShouldMatch.Simple

A fixed number of matched clauses. Can be negative that means a number of optional clauses.

Constructors

Link copied to clipboard
fun Count(count: Int)

Functions

Link copied to clipboard
open override fun toValue(): Int

Properties

Link copied to clipboard
val count: Int