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