Function<T,T>, UnaryOperator<T>nl.talsmasoftware.context.functions.UnaryOperatorWithContextpublic class UnaryOperatorWithContext<T>
extends nl.talsmasoftware.context.functions.UnaryOperatorWithContext<T>
UnaryOperator that reactivates a context snapshot before
calling a delegate.UnaryOperatorWithContext| Constructor | Description |
|---|---|
UnaryOperatorWithContext(ContextSnapshot snapshot,
UnaryOperator<T> delegate) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected Optional<Consumer<nl.talsmasoftware.context.ContextSnapshot>> |
consumer() |
andThen, apply, composeclone, finalize, getClass, notify, notifyAll, wait, wait, waitidentitypublic UnaryOperatorWithContext(ContextSnapshot snapshot, UnaryOperator<T> delegate)
Copyright © 2016–2018 Talsma ICT. All rights reserved.