PreProcessorFilter

public PreProcessorFilter<TSource, TFilter, TResult> PreProcessorFilter<TSource extends Any, TFilter extends Any, TResult extends Any>(Function1<TSource, TFilter> transform, Filter<TFilter, TResult> filter)(source)

Parameters

TSource

The type this filter accepts

TFilter

The type the other filter accepts

TResult

the type the filter returns

transform

The transform to apply to the value in evaluate before evaluating filter

filter

The sub-filter to evaluate