import { FilterCombiner } from "https://deno.land/x/easyts@0.1.3/signals/signals_combiners.ts";
An example of a combiner that processes arguments before passing them to a slot and can determine whether to continue calling subsequent slots
Constructors
new
FilterCombiner(pipe: FilterCallback<T>)