FilterHandler

constructor(predicate: (Context<T>) -> Boolean = { true }, callback: (Context<T>) -> Context<T>)