public class UnaryOperatorWithContext<T> extends FunctionWithContext<T,T> implements java.util.function.UnaryOperator<T>
UnaryOperator that reactivates a context snapshot before
calling a delegate.snapshot| Constructor and Description |
|---|
UnaryOperatorWithContext(ContextSnapshot snapshot,
java.util.function.UnaryOperator<T> delegate) |
andThen, apply, composeequals, hashCode, toStringdelegate, nonNullDelegatepublic UnaryOperatorWithContext(ContextSnapshot snapshot, java.util.function.UnaryOperator<T> delegate)
Copyright © 2016–2018 Talsma ICT. All rights reserved.