@Value.Immutable public static interface StandardOperations.Update extends Backend.Operation
| Modifier and Type | Method and Description |
|---|---|
static StandardOperations.Update |
ofValues(Iterable<?> values) |
default boolean |
upsert() |
List<Object> |
values() |
default StandardOperations.Update |
withUpsert() |
@Value.Default default boolean upsert()
default StandardOperations.Update withUpsert()
static StandardOperations.Update ofValues(Iterable<?> values)
Copyright © 2020 The Immutables.org authors. All rights reserved.