public static interface UpdateOperation.LongWriteOperationBuilder extends UpdateOperation.WriteOperationBuilder<java.lang.Long>
Modifier and Type | Method and Description |
---|---|
<K extends java.lang.Comparable<K>> |
longResultOf(java.util.function.ToLongFunction<Record<?>> toLongFunction)
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.Long> longResultOf(java.util.function.ToLongFunction<Record<?>> toLongFunction)
K
- the type of the keytoLongFunction
- cell value function