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.snapshot| Constructor and Description |
|---|
BinaryOperatorWithContext(ContextSnapshot snapshot,
java.util.function.BinaryOperator<T> delegate) |
andThen, applyequals, hashCode, toStringdelegate, nonNullDelegatepublic BinaryOperatorWithContext(ContextSnapshot snapshot, java.util.function.BinaryOperator<T> delegate)
Copyright © 2016–2018 Talsma ICT. All rights reserved.