Count

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

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

Constructors

Count
Link copied to clipboard
fun Count(count: Int)

Functions

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

Properties

count
Link copied to clipboard
val count: Int