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
constructor(percent: Int)

Properties

Link copied to clipboard

Functions

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