public class FindIn<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
where(Predicate<? super T> predicate) |
<R> boolean |
withNonNull(Function<? super T,R> transformation) |
<R> boolean |
withNull(Function<? super T,R> transformation) |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.