Summary
Returns a new iterator which yields the result of applying the function
to every element in the original iterator.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Foundation - Containing Type
- Iterators
Syntax
public static IEnumerator Map(IEnumerator iterator, IFunction4 function)
Remarks
Returns a new iterator which yields the result of applying the function
to every element in the original iterator.
Db4objects.Db4o.Foundation.Iterators.Skip
can be returned from function to indicate the current
element should be skipped.
Parameters
Name | Type | Description |
---|---|---|
iterator | IEnumerator | |
function | IFunction4 |
Return Value
Type | Description |
---|---|
IEnumerator |