FilterChain<O> constructor

FilterChain<O>(
  1. AbstractFilterDto<O> filter
)

Implementation

FilterChain(this.filter);