| Package | Description |
|---|---|
| com.payneteasy.mini.jsonstore | |
| com.payneteasy.mini.jsonstore.impl |
| Modifier and Type | Field and Description |
|---|---|
static NotFoundPromise |
NotFoundPromise.FOUND_PROMISE |
static NotFoundPromise |
NotFoundPromise.NOT_FOUND_PROMISE |
| Modifier and Type | Method and Description |
|---|---|
NotFoundPromise |
ILongIdStore.removeFirst(long aId) |
NotFoundPromise |
ISimpleStore.removeFirst(java.util.function.Predicate<T> aPredicate) |
NotFoundPromise |
IStringIdStore.removeFirst(String aId) |
NotFoundPromise |
ILongIdStore.save(long aId,
T aEntity) |
NotFoundPromise |
IStringIdStore.save(String aId,
T aEntity) |
NotFoundPromise |
ISimpleStore.save(T aEntity,
java.util.function.Predicate<T> aPredicate) |
| Modifier and Type | Method and Description |
|---|---|
NotFoundPromise |
LongIdStoreImpl.removeFirst(long aId) |
NotFoundPromise |
SimpleStoreGsonImpl.removeFirst(java.util.function.Predicate<T> aPredicate) |
NotFoundPromise |
StringIdStoreImpl.removeFirst(String aId) |
NotFoundPromise |
LongIdStoreImpl.save(long aId,
T aEntity) |
NotFoundPromise |
StringIdStoreImpl.save(String aId,
T aEntity) |
NotFoundPromise |
SimpleStoreGsonImpl.save(T aEntity,
java.util.function.Predicate<T> aPredicate) |
Copyright © 2023. All rights reserved.