RangeFilter

A filter, which yields a successful result only when the input number is within the defined range, and never skips.

See also

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun evaluate(value: Int): <Error class: unknown class><out Unit>
Link copied to clipboard
open override fun toString(): String