T - type of the entityR - write result type usually sync/async wrapper of WriteResultpublic interface Updater<T,R>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Updater.OrInsert<T> |
static interface |
Updater.Setter<R> |
static interface |
Updater.WriteExecutor<R> |
| Modifier and Type | Method and Description |
|---|---|
Updater.WriteExecutor<R> |
replace(T newValue) |
<T> Updater.Setter<R> |
set(Projection<T> projection,
T value) |
<T> Updater.Setter<R> set(Projection<T> projection, T value)
Updater.WriteExecutor<R> replace(T newValue)
Copyright © 2020 The Immutables.org authors. All rights reserved.