-
Moin,
when migrating to immutable data structures i too often face the challenge to have composite keys or values that are to be combined just for the current map usage.
Paying the price of extra …
-
StaticImports:
public static **Transformable** xform(Iterable iterable);
public static **Transformable** xformArray(T... items);
To
public static **Xform** xform(Iterable iterable);
pub…
-
First of all, awesome library! I played with it for a while and really like it. We currently have a library just like yours also inspired by Clojure, PCollections, Scala and of course ADHD Spiewak. We…