public static interface UpdateOperation.DoubleWriteOperationBuilder extends UpdateOperation.WriteOperationBuilder<java.lang.Double>
Modifier and Type | Method and Description |
---|---|
<K extends java.lang.Comparable<K>> |
doubleResultOf(java.util.function.ToDoubleFunction<Record<?>> toDoubleFunction)
Creates a transform that writes a cell with the supplied definition and value derived by applying the function
to the existing record.
|
resultOf, value
<K extends java.lang.Comparable<K>> UpdateOperation.CellUpdateOperation<K,java.lang.Double> doubleResultOf(java.util.function.ToDoubleFunction<Record<?>> toDoubleFunction)
K
- the type of the keytoDoubleFunction
- cell value function