Stream.map/2

defmodule Stream do
  def map(stream, fun)
end

Creates a stream that will apply the given function on enumeration.