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