map


Description:

public Seq<A> map<A> (owned MapFunc<A,G> mapper)

Returns a seq which contains the results of applying the given mapper function to the elements of this seq.

This is a stateless intermediate operation.

Parameters:

mapper

a non-interfering and stateless mapping function

Returns:

the new seq