T
- the type of the cellpublic static interface UpdateOperation.WriteOperationBuilder<T>
Modifier and Type | Method and Description |
---|---|
<K extends java.lang.Comparable<K>> |
resultOf(java.util.function.Function<Record<?>,T> function)
Creates a transform that writes a cell with the supplied definition and value derived by applying the function
to the existing record.
|
<K extends java.lang.Comparable<K>> |
value(T value)
Creates a transform that writes a cell with the supplied definition and value.
|
<K extends java.lang.Comparable<K>> UpdateOperation.CellUpdateOperation<K,T> value(T value)
K
- the type of the keyvalue
- cell value<K extends java.lang.Comparable<K>> UpdateOperation.CellUpdateOperation<K,T> resultOf(java.util.function.Function<Record<?>,T> function)
K
- the type of the keyfunction
- cell value function