Uses of Class
com.helger.base.state.ChangeWithValue
Packages that use ChangeWithValue
-
Uses of ChangeWithValue in com.helger.base.state
Methods in com.helger.base.state that return ChangeWithValueModifier and TypeMethodDescriptionstatic <DATATYPE> @NonNull ChangeWithValue<DATATYPE> ChangeWithValue.createChanged(@Nullable DATATYPE aValue) Create a new changed object with the given value.static <DATATYPE> @NonNull ChangeWithValue<DATATYPE> ChangeWithValue.createUnchanged(@Nullable DATATYPE aValue) Create a new unchanged object with the given value.