Percent

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

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

Constructors

Percent
Link copied to clipboard
fun Percent(percent: Int)

Functions

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

Properties

percent
Link copied to clipboard
val percent: Int