public static interface UpdateOperation.IntWriteOperationBuilder extends UpdateOperation.WriteOperationBuilder<java.lang.Integer>
Modifier and Type | Method and Description |
---|---|
<K extends java.lang.Comparable<K>> |
intResultOf(java.util.function.ToIntFunction<Record<?>> toIntFunction)
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.Integer> intResultOf(java.util.function.ToIntFunction<Record<?>> toIntFunction)
K
- the type of the keytoIntFunction
- cell value function