public class BiPredicateWithContext<IN1,IN2> extends WrapperWithContext<BiPredicate<IN1,IN2>> implements BiPredicate<IN1,IN2>
BiPredicate that reactivates a context snapshot before
calling a delegate.snapshot| Constructor and Description |
|---|
BiPredicateWithContext(ContextSnapshot snapshot,
BiPredicate<IN1,IN2> delegate) |
| Modifier and Type | Method and Description |
|---|---|
BiPredicate<IN1,IN2> |
and(BiPredicate<? super IN1,? super IN2> other) |
BiPredicate<IN1,IN2> |
or(BiPredicate<? super IN1,? super IN2> other) |
boolean |
test(IN1 in1,
IN2 in2) |
equals, hashCode, toStringdelegate, nonNullDelegateclone, finalize, getClass, notify, notifyAll, wait, wait, waitnegatepublic BiPredicateWithContext(ContextSnapshot snapshot, BiPredicate<IN1,IN2> delegate)
public BiPredicate<IN1,IN2> and(BiPredicate<? super IN1,? super IN2> other)
and in interface BiPredicate<IN1,IN2>public BiPredicate<IN1,IN2> or(BiPredicate<? super IN1,? super IN2> other)
or in interface BiPredicate<IN1,IN2>Copyright © 2016–2018 Talsma ICT. All rights reserved.