public class Predicate2Adapter<V1,V2> extends Object implements Predicate2<V1,V2>
Predicate2Adapter(java.util.function.BiPredicate<V1,V2> delegate)
boolean
test(V1 key, V2 value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Predicate2Adapter(java.util.function.BiPredicate<V1,V2> delegate)
public boolean test(V1 key, V2 value)
test
Predicate2<V1,V2>
Copyright © 2020. All rights reserved.