| Package | Description |
|---|---|
| pl.setblack.airomem.core | |
| pl.setblack.airomem.core.builders | |
| pl.setblack.airomem.data |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistenceController<T extends Storable<IMMUTABLE>,IMMUTABLE> |
| Modifier and Type | Class and Description |
|---|---|
class |
PrevaylerBuilder<T extends Storable<R>,R> |
| Modifier and Type | Method and Description |
|---|---|
<T extends Storable<R>,R> |
PersistenceFactory.init(String name,
T initial)
Init new persistent system.
|
<T extends Storable<R>,R> |
PersistenceFactory.initOptional(String name,
java.util.function.Supplier<T> supplier)
Init new system or load from disk if already exists save.
|
<T extends Storable<R>,R> |
PersistenceFactory.load(String name)
Init previously stored system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataRoot<IMMUTABLE,DATA extends IMMUTABLE>
Base class for persistent (prevalent) objects.
|
Copyright © 2015. All rights reserved.