FirstMatchFilter

public FirstMatchFilter<TInput, TResult> FirstMatchFilter<TInput extends Any, TResult extends Any>(IFilter<TInput, ? extends TResult> filters)(source)

Alternative constructor with variable arguments

Parameters

filters

The sub-filters to evaluate


public FirstMatchFilter<TInput, TResult> FirstMatchFilter<TInput extends Any, TResult extends Any>(Collection<IFilter<TInput, ? extends TResult>> filters)(source)

Parameters

TInput

The type the filter accepts

TResult

The type the filter returns

filters

The sub-filters to evaluate