evaluate

open override fun evaluate(value: T): FilterResult<Unit>(source)

Evaluates the filter with the given value.

OptiGUI expects all filters to be deterministic (i.e. returns the same output for the same input)

Return

The result of the filter, which optionally includes a replacement

Parameters

value

The value the filter should evaluate