NumberRangeFilter

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
fun Filter<*, *>.dump(): String

Formats a filter chain as a tree with ASCII characters, and returns the formatted string.

Link copied to clipboard
open override fun evaluate(value: Int): FilterResult<out Unit>

Evaluates the filter with the given value.

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