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