public class FindAll<T> extends Object
FindAll(Stream<T> stream)
List<T>
where(Predicate<? super T> predicate)
<R> List<T>
withNonNull(Function<? super T,R> transformation)
withNull(Function<? super T,R> transformation)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FindAll(Stream<T> stream)
public List<T> where(Predicate<? super T> predicate)
public <R> List<T> withNonNull(Function<? super T,R> transformation)
public <R> List<T> withNull(Function<? super T,R> transformation)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.