public class UnaryOperatorWithContext<T> extends FunctionWithContext<T,T> implements UnaryOperator<T>
UnaryOperator that reactivates a context snapshot before
calling a delegate.snapshot| Constructor and Description |
|---|
UnaryOperatorWithContext(ContextSnapshot snapshot,
UnaryOperator<T> delegate) |
andThen, apply, composeequals, hashCode, toStringdelegate, nonNullDelegateclone, finalize, getClass, notify, notifyAll, wait, wait, waitidentitypublic UnaryOperatorWithContext(ContextSnapshot snapshot, UnaryOperator<T> delegate)
Copyright © 2016–2018 Talsma ICT. All rights reserved.