Class NullIfEmpty

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

public class NullIfEmpty extends Object implements Function<String,String>
Yields a null if the input String is empty. Throws an error if the input String is null.