public interface ILongIdStore<T>
| Modifier and Type | Method and Description |
|---|---|
void |
add(T aEntity) |
Optional<T> |
findFirst(long aId) |
List<T> |
listAll(Comparator<T> aComparator) |
NotFoundPromise |
removeFirst(long aId) |
NotFoundPromise |
save(long aId,
T aEntity) |
List<T> listAll(Comparator<T> aComparator)
void add(T aEntity)
NotFoundPromise save(long aId, T aEntity)
NotFoundPromise removeFirst(long aId)
Copyright © 2023. All rights reserved.