@rimbu/stream@rimbu/stream/customFilterPureIterator<T,A>On this pageclass FilterPureIterator<T,A>undocumentedExtends: FastIteratorBase<T>Type parametersNameConstraintsDescriptionTundocumentedAreadonly unknown[]undocumentedPropertiesargsundocumentedDefinitionreadonly args: A;negateundocumentedDefinitionreadonly negate: boolean;predundocumentedDefinitionreadonly pred: (value: T, ...args: A) => boolean;sourceundocumentedDefinitionreadonly source: FastIterator<T>;MethodsfastNextundocumentedDefinitionfastNext<O>(otherwise?: OptLazy<O>): T | O;Type parametersNameDescriptionOParametersNameTypeDescriptionotherwiseOptLazy<O>OverridesFastIteratorBase.fastNextnextundocumentedDefinitionnext(): IteratorResult<T>;OverridesFastIteratorBase.next