Uses of Class
com.helger.commons.state.ChangeWithValue
-
Packages that use ChangeWithValue Package Description com.helger.commons.state -
-
Uses of ChangeWithValue in com.helger.commons.state
Methods in com.helger.commons.state that return ChangeWithValue Modifier and Type Method Description static <DATATYPE> ChangeWithValue<DATATYPE>ChangeWithValue. createChanged(DATATYPE aValue)Create a new changed object with the given value.static <DATATYPE> ChangeWithValue<DATATYPE>ChangeWithValue. createUnchanged(DATATYPE aValue)Create a new unchanged object with the given value.
-