Class UnsetIfStringEq

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

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