public interface ContextSnapshotSupplier
Supplier of ContextSnapshot.
Merely an equivalent of the functional interface
java.util.Supplier<ContextSnapshot>
in order to retain JDK 5 compatibility.
| Modifier and Type | Method | Description |
|---|---|---|
ContextSnapshot |
get() |
Supply a snapshot.
|
ContextSnapshot get()
The supplier interface itself makes no guarantees whether the snapshot is nullable or not.
Copyright © 2016–2018 Talsma ICT. All rights reserved.