Package io.nosqlbench.virtdata.library.basics.shared.from_long.to_unset
package io.nosqlbench.virtdata.library.basics.shared.from_long.to_unset
-
ClassesClassDescriptionAlways yields the VALUE.unset value, which signals to any consumers that the value provided should be considered undefined for any operation.Yield UNSET.vale if the input value is equal to the specified value.Yield VALUE.unset if the input value is greater than or equal to the specified value.Yield UNSET.value if the input value is greater than the specified value.Yield VALUE.unset if the input value is less than or equal to the specified value.Yield VALUE.unset if the provided value is less than the specified value, otherwise, pass the original value;