Supplier<T>nl.talsmasoftware.context.functions.SupplierWithContextpublic class SupplierWithContext<T>
extends nl.talsmasoftware.context.functions.SupplierWithContext<T>
Supplier that reactivates a context snapshot before
calling a delegate.SupplierWithContext| Constructor | Description |
|---|---|
SupplierWithContext(ContextSnapshot snapshot,
Supplier<T> delegate) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected Optional<Consumer<nl.talsmasoftware.context.ContextSnapshot>> |
consumer() |
public SupplierWithContext(ContextSnapshot snapshot, Supplier<T> delegate)
Copyright © 2016–2018 Talsma ICT. All rights reserved.