public class BiFunctionWithContext<IN1,IN2,OUT> extends WrapperWithContext<java.util.function.BiFunction<IN1,IN2,OUT>> implements java.util.function.BiFunction<IN1,IN2,OUT>
BiFunction that reactivates a context snapshot before
calling a delegate.snapshot| Constructor and Description |
|---|
BiFunctionWithContext(ContextSnapshot snapshot,
java.util.function.BiFunction<IN1,IN2,OUT> delegate) |
| Modifier and Type | Method and Description |
|---|---|
<V> java.util.function.BiFunction<IN1,IN2,V> |
andThen(java.util.function.Function<? super OUT,? extends V> after) |
OUT |
apply(IN1 in1,
IN2 in2) |
equals, hashCode, toStringdelegate, nonNullDelegateCopyright © 2016–2018 Talsma ICT. All rights reserved.