Open danieldietrich opened 7 years ago
On help let's discuss it first.
We will revisit this issue for version 2.0.0 because Iterable and Iterator will have a different meaning there in the type hierarchy. More specifically, Iterator will not extend Iterable anymore!
We have too many methods called
of
. Because most collections are also functions, I want to simplify that.We need to take a look if
ofXyz(Xyz)
orfromXyz(Xyz)
makes more sense, e.g.Also we will have distinguished factory method names that will not build instances directly from the given method parameters (like of(T...) does for example).