public class BinaryOperatorWithContext<T> extends BiFunctionWithContext<T,T,T> implements BinaryOperator<T>
BinaryOperator that reactivates a context snapshot before
calling a delegate.snapshot| Constructor and Description |
|---|
BinaryOperatorWithContext(ContextSnapshot snapshot,
BinaryOperator<T> delegate) |
andThen, applyequals, hashCode, toStringdelegate, nonNullDelegateclone, finalize, getClass, notify, notifyAll, wait, wait, waitmaxBy, minByandThen, applypublic BinaryOperatorWithContext(ContextSnapshot snapshot, BinaryOperator<T> delegate)
Copyright © 2016–2017 Talsma ICT. All rights reserved.