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