Interface ObjectStore
-
- All Superinterfaces:
Store<java.lang.String,java.lang.Object>
- All Known Implementing Classes:
FileSourceJsonObjectStore,InMemoryObjectStore
public interface ObjectStore extends Store<java.lang.String,java.lang.Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Tcompute(java.lang.String key, java.util.function.Function<T,T> valueFunction)<T> java.util.Optional<T>get(java.lang.String key, java.lang.Class<T> type)
-