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