build

Builds the filter chain with an empty terminal.


fun build(terminal: FilterChain<T>): FilterChain<T>

Builds the filter chain with the given terminal.

Creates a filter chain instance based on the set filter conditions and filter list.

Return

the FilterChain instance

Parameters

terminal

the terminal chain invoked after all matching filters