public abstract static class BiPredicates.AbstractBiPredicate<K,V> extends Object implements BiPredicate<K,V>
Constructor and Description |
---|
AbstractBiPredicate() |
Modifier and Type | Method and Description |
---|---|
BiPredicate<K,V> |
and(BiPredicate<? super K,? super V> p) |
BiPredicate<K,V> |
negate() |
BiPredicate<K,V> |
or(BiPredicate<? super K,? super V> p) |
BiPredicate<K,V> |
xor(BiPredicate<? super K,? super V> p) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
eval
public BiPredicate<K,V> and(BiPredicate<? super K,? super V> p)
and
in interface BiPredicate<K,V>
public BiPredicate<K,V> or(BiPredicate<? super K,? super V> p)
or
in interface BiPredicate<K,V>
public BiPredicate<K,V> xor(BiPredicate<? super K,? super V> p)
xor
in interface BiPredicate<K,V>
public BiPredicate<K,V> negate()
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.