public interface BiPredicate<L,R>
Predicate
for bi-values.Modifier and Type | Method and Description |
---|---|
BiPredicate<L,R> |
and(BiPredicate<? super L,? super R> p) |
boolean |
eval(L l,
R r) |
BiPredicate<L,R> |
or(BiPredicate<? super L,? super R> p) |
BiPredicate<L,R> |
xor(BiPredicate<? super L,? super R> p) |
BiPredicate<L,R> and(BiPredicate<? super L,? super R> p)
BiPredicate<L,R> or(BiPredicate<? super L,? super R> p)
BiPredicate<L,R> xor(BiPredicate<? super L,? super R> p)
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.