@rimbu/stream@rimbu/stream/customMapApplyIterator<T,A,R>On this pageclass MapApplyIterator<T,A,R>undocumentedExtends: FastIteratorBase<T>Type parametersNameConstraintsDescriptionTreadonly unknown[]undocumentedAreadonly unknown[]undocumentedRundocumentedPropertiesargsundocumentedDefinitionreadonly args: A;fundocumentedDefinitionreadonly f: (...args: [...T, ...A]) => R;iterundocumentedDefinitioniter: FastIterator<T>;MethodsfastNextundocumentedDefinitionfastNext<O>(otherwise?: OptLazy<O>): R | O;Type parametersNameDescriptionOParametersNameTypeDescriptionotherwiseOptLazy<O>OverridesFastIteratorBase.fastNextnextundocumentedDefinitionnext(): IteratorResult<T>;OverridesFastIteratorBase.next