Class UnsetIfEmpty

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_string.to_unset.UnsetIfEmpty
All Implemented Interfaces:
Function<String,Object>

public class UnsetIfEmpty extends Object implements Function<String,Object>
Yield VALUE.unset if the input String is empty. Throws an error if the input value is null. Otherwise, passes the original value along.