public interface Store<T>
OwningStore
and WeakStore
Modifier and Type | Method and Description |
---|---|
T |
get()
Gets the stored data or null if the data is not present
|
boolean |
isPresent()
Returns true if the stored data is present
|
T get()
boolean isPresent()
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.