Adventure at Umalu  22nd March, 2013
Rogue-like Dungeon Crawler, written in Java
 All Classes Functions Variables Pages
jade.util.Lambda Member List

This is the complete list of members for jade.util.Lambda, including all inherited members.

filter(Iterable< T > iterable, FilterFunc< T > lambda)jade.util.Lambdastatic
filterType(Iterable< T > iterable, final Class< R > cls)jade.util.Lambdastatic
first(Iterable< T > iterable)jade.util.Lambdastatic
map(Iterable< T > iterable, MapFunc< T, R > lambda)jade.util.Lambdastatic
toList(Iterable< T > iterable)jade.util.Lambdastatic
toSet(Iterable< T > iterable)jade.util.Lambdastatic