right now it's throwing:
Exception in thread "main" java.lang.RuntimeException: unable to aggregate
0.0 and 1
at ch.lambdaj.function.aggregate.Sum.aggregate(Sum.java:27)
at ch.lambdaj.function.aggregate.Sum.aggregate(Sum.java:11)
at
ch.lambdaj.function.aggregate.PairAggregator.aggregate(PairAggregator.java:22)
at ch.lambdaj.Lambda.aggregate(Lambda.java:373)
at ch.lambdaj.Lambda.aggregate(Lambda.java:388)
at ch.lambdaj.Lambda.sum(Lambda.java:454)
As I can see only Integer, Long, Float and Double are supported.
Original issue reported on code.google.com by kretesen...@gmail.com on 3 Nov 2009 at 9:56
Original issue reported on code.google.com by
kretesen...@gmail.com
on 3 Nov 2009 at 9:56