flat Map
Returns a single IntList of all elements yielded from results of transform function being invoked on each element of original collection.
Parameters
whether to precompute the size of the resulting list
the function to transform an element to a list of elements
Returns a single LongList of all elements yielded from results of transform function being invoked on each element of original collection.
Parameters
whether to precompute the size of the resulting list
the function to transform an element to a list of elements
Returns a single FloatList of all elements yielded from results of transform function being invoked on each element of original collection.
Parameters
whether to precompute the size of the resulting list
the function to transform an element to a list of elements
Returns a single DoubleList of all elements yielded from results of transform function being invoked on each element of original collection.
Parameters
whether to precompute the size of the resulting list
the function to transform an element to a list of elements