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