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