public class FindAny<T> extends Object
FindAny(Stream<T> stream)
Optional<T>
where(Predicate<? super T> predicate)
<R> Optional<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 FindAny(Stream<T> stream)
public Optional<T> where(Predicate<? super T> predicate)
public <R> Optional<T> withNonNull(Function<? super T,R> transformation)
public <R> Optional<T> withNull(Function<? super T,R> transformation)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.