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