RangeFilter

A filter, which returns a non-null value only when the input number is withing the defined range.

See also

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun evaluate(input: Int): Unit?

Evaluates the filter with the given value.

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

Inherited functions

Link copied to clipboard
open fun dump(): String

Formats the current filter as a tree, and returns the formatted string.