I\'m trying to use lambdaj on Android but with every simple call I make I get an exception (java.lang.ExceptionInInitializerError).
The class that fills the collecti
Apparently, lambdaj won't work on Android per the creator's words. https://groups.google.com/d/msg/lambdaj/km7uFgvSd3k/grJhgl3ik5sJ
After reading that I stopped trying to make it work myself.