import static com.github.underscore.Underscore.*; List<Integer> result = chain(numbers).filter(num -> num > 10).value();