public class FindAnyBi<K,V> extends Object
FindAnyBi(Map<K,V> items)
Optional<Map.Entry<K,V>>
where(BiPredicate<K,V> predicate)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FindAnyBi(Map<K,V> items)
public Optional<Map.Entry<K,V>> where(BiPredicate<K,V> predicate)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.