FilterChainBuilder

Class for building filter chains, used to flexibly combine multiple filters.

Parameters

T

the data type processed by filters in the filter chain

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Adds a single filter to the filter chain.

Link copied to clipboard

Adds multiple filters to the filter chain.

Link copied to clipboard

Builds the filter chain.

Link copied to clipboard

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.