| Package | Description |
|---|---|
| org.immutables.criteria.repository | |
| org.immutables.criteria.repository.async | |
| org.immutables.criteria.repository.reactive | |
| org.immutables.criteria.repository.sync |
| Modifier and Type | Method and Description |
|---|---|
Updater<T,R> |
Writable.update(Criterion<T> criterion) |
| Modifier and Type | Method and Description |
|---|---|
Updater<T,CompletionStage<WriteResult>> |
AsyncWritable.update(Criterion<T> criterion) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReactiveUpdater<T> |
| Modifier and Type | Method and Description |
|---|---|
Updater<T,WriteResult> |
SyncWritable.update(Criterion<T> criterion) |
Copyright © 2020 The Immutables.org authors. All rights reserved.