FirstMatchFilter

constructor(vararg filters: IFilter<TInput, out TResult>)(source)

Alternative constructor with variable arguments

Parameters

filters

The sub-filters to evaluate


constructor(filters: Collection<IFilter<TInput, out TResult>>)(source)

Parameters

TInput

The type the filter accepts

TResult

The type the filter returns

filters

The sub-filters to evaluate