java.util.function.BiPredicate<IN1,IN2>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.consumer, snapshot| Constructor | Description |
|---|---|
BiPredicateWithContext(ContextSnapshot snapshot,
java.util.function.BiPredicate<IN1,IN2> delegate) |
|
BiPredicateWithContext(ContextSnapshot snapshot,
java.util.function.BiPredicate<IN1,IN2> delegate,
java.util.function.Consumer<ContextSnapshot> consumer) |
| Modifier and Type | Method | 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) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitdelegate, nonNullDelegateequals, hashCode, toStringpublic BiPredicateWithContext(ContextSnapshot snapshot, java.util.function.BiPredicate<IN1,IN2> delegate)
public BiPredicateWithContext(ContextSnapshot snapshot, java.util.function.BiPredicate<IN1,IN2> delegate, java.util.function.Consumer<ContextSnapshot> consumer)
Copyright © 2016–2018 Talsma ICT. All rights reserved.