Class UnsetIfStringNe
- java.lang.Object
-
- io.virtdata.libbasics.shared.from_string.to_unset.UnsetIfStringNe
-
- All Implemented Interfaces:
java.util.function.Function<java.lang.String,java.lang.Object>
public class UnsetIfStringNe extends java.lang.Object implements java.util.function.Function<java.lang.String,java.lang.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.
-
-
Constructor Summary
Constructors Constructor Description UnsetIfStringNe(java.lang.String compareto)
-
Method Summary
Modifier and Type Method Description java.lang.Objectapply(java.lang.String s)
-