java.util.function.BiFunction<T,T,T>, java.util.function.BinaryOperator<T>public class BinaryOperatorWithContext<T> extends BiFunctionWithContext<T,T,T> implements java.util.function.BinaryOperator<T>
BinaryOperator that reactivates a context snapshot before
calling a delegate.consumer, snapshot| Constructor | Description |
|---|---|
BinaryOperatorWithContext(ContextSnapshot snapshot,
java.util.function.BinaryOperator<T> delegate) |
|
BinaryOperatorWithContext(ContextSnapshot snapshot,
java.util.function.BinaryOperator<T> delegate,
java.util.function.Consumer<ContextSnapshot> consumer) |
andThen, applyclone, finalize, getClass, notify, notifyAll, wait, wait, waitdelegate, nonNullDelegateequals, hashCode, toStringpublic BinaryOperatorWithContext(ContextSnapshot snapshot, java.util.function.BinaryOperator<T> delegate)
public BinaryOperatorWithContext(ContextSnapshot snapshot, java.util.function.BinaryOperator<T> delegate, java.util.function.Consumer<ContextSnapshot> consumer)
Copyright © 2016–2018 Talsma ICT. All rights reserved.