Uses of Interface
com.helger.commons.state.IChangeIndicator
-
Packages that use IChangeIndicator Package Description com.helger.commons.state -
-
Uses of IChangeIndicator in com.helger.commons.state
Classes in com.helger.commons.state that implement IChangeIndicator Modifier and Type Class Description classChangeWithValue<DATATYPE>Wraps a change indicator and an arbitrary value.classEChangeSmall enum for setter method to identify whether a value has changed or not.Methods in com.helger.commons.state with parameters of type IChangeIndicator Modifier and Type Method Description default EChangeIChangeIndicator. and(IChangeIndicator aChange)default EChangeIChangeIndicator. or(IChangeIndicator aChange)static EChangeEChange. valueOf(IChangeIndicator aChangeIndicator)Returns the enum constant of this type with the specified name.static ESuccessESuccess. valueOfChange(IChangeIndicator aChange)Constructors in com.helger.commons.state with parameters of type IChangeIndicator Constructor Description ChangeWithValue(IChangeIndicator aChangeIndicator, DATATYPE aObj)Constructor
-