FilterChainBuilder
Class for building filter chains, used to flexibly combine multiple filters.
Parameters
T
the data type processed by filters in the filter chain
Functions
Link copied to clipboard
Adds multiple filters to the filter chain.
Link copied to clipboard
Builds the filter chain.
Link copied to clipboard
fun chainFactory(chainFactory: (Filter<T>, FilterChain<T>) -> FilterChain<T>): FilterChainBuilder<T>
Sets the filter chain factory method to customize filter chain creation logic.
Link copied to clipboard
Sets the filter condition based on type.
Sets the filter condition.