public class PredicateAdapter<V> extends Object implements Predicate<V>
PredicateAdapter(java.util.function.Predicate<V> predicate)
boolean
test(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PredicateAdapter(java.util.function.Predicate<V> predicate)
public boolean test(V value)
test
Predicate<V>
Copyright © 2020. All rights reserved.