@rimbu/stream@rimbu/stream/customFilterApplyIterator<T,A>On this pageclass FilterApplyIterator<T,A>undocumentedExtends: FastIteratorBase<T>Type parametersNameConstraintsDescriptionTreadonly unknown[]undocumentedAreadonly unknown[]undocumentedPropertiesargsundocumentedDefinitionreadonly args: A;iterundocumentedDefinitioniter: FastIterator<T>;negateundocumentedDefinitionreadonly negate: boolean;predundocumentedDefinitionreadonly pred: (...args: [...T, ...A]) => boolean;MethodsfastNextundocumentedDefinitionfastNext<O>(otherwise?: OptLazy<O>): T | O;Type parametersNameDescriptionOParametersNameTypeDescriptionotherwiseOptLazy<O>OverridesFastIteratorBase.fastNextnextundocumentedDefinitionnext(): IteratorResult<T>;OverridesFastIteratorBase.next