FloatRuleTester
class FloatRuleTester(val predicate: Float.() -> Boolean, val message: () -> String) : ValidationRule<Float>
A rule that tests the float value.
Constructors
Link copied to clipboard
Creates a new instance of FloatRuleTester.