Stream.reject/2

defmodule Stream do
  def reject(stream, fun)
end

Creates a stream that will reject elements according to the given function on enumeration.