public class SupplierWithContext<T> extends WrapperWithContext<Supplier<T>> implements Supplier<T>
Supplier that reactivates a context snapshot before
calling a delegate.snapshot| Constructor and Description |
|---|
SupplierWithContext(ContextSnapshot snapshot,
Supplier<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
equals, hashCode, toStringdelegate, nonNullDelegateCopyright © 2016–2017 Talsma ICT. All rights reserved.