Percent

data class Percent(val percent: Int) : MinimumShouldMatch.Simple

A percentage of the total number of clauses should be necessary.

Constructors

Link copied to clipboard
fun Percent(percent: Int)

Functions

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

Properties

Link copied to clipboard