Returns a Stream limited to the first n elements.
Example:
var first3 = stream.limit (3);
maximum number of elements.
a new limited Stream.