Class UnsetIfStringNe

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

public class UnsetIfStringNe extends Object implements Function<String,Object>
Yields UNSET.value if the input String is not equal to the specified String value. Throws an error if the input value is null. Otherwise, passes the original value along.