static <T> List<T>
filter(List<T> unfilteredList, Predicate<T> predicate)
Copyright © 2014. All rights reserved.