Uses of Class
com.hubspot.algebra.NullValue
-
-
Uses of NullValue in com.hubspot.algebra
Methods in com.hubspot.algebra that return NullValue Modifier and Type Method Description static NullValueNullValue. get()static NullValueNullValue. valueOf(String name)Returns the enum constant of this type with the specified name.static NullValue[]NullValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hubspot.algebra that return types with arguments of type NullValue Modifier and Type Method Description static <SUCCESS_TYPE>
Result<SUCCESS_TYPE,NullValue>Result. nullErr()static <ERROR_TYPE>
Result<NullValue,ERROR_TYPE>Result. nullOk()
-