| Package | Description |
|---|---|
| io.polyglotted.esmodel.api |
| Modifier and Type | Method and Description |
|---|---|
static <T> Sleeve<T> |
Sleeve.create(IndexKey key,
T source) |
Sleeve<T> |
Sleeve.delete() |
static <T> Sleeve<T> |
Sleeve.deleteSleeve(IndexKey key) |
static <T> Sleeve<T> |
Sleeve.newSleeve(T object,
com.google.common.base.Function<T,IndexKey> keyFunction) |
static <T> Sleeve<T> |
Sleeve.newSleeveNotStored(T object,
com.google.common.base.Function<T,IndexKey> keyFunction) |
Sleeve<T> |
Sleeve.update(com.google.common.base.Function<T,T> updateFunction) |
Sleeve<T> |
Sleeve.update(T update) |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<Sleeve<T>> |
Sleeve.createSleeves(List<T> objects,
com.google.common.base.Function<T,Sleeve<T>> newSleeveFunction) |
static <T> List<Sleeve<T>> |
Sleeve.deleteSleeves(List<IndexKey> keys) |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<Sleeve<T>> |
Sleeve.createSleeves(List<T> objects,
com.google.common.base.Function<T,Sleeve<T>> newSleeveFunction) |
Copyright © 2012–2015 Polyglotted IO. All rights reserved.