Uses of Interface
com.helger.base.state.IChangeIndicator
Packages that use IChangeIndicator
-
Uses of IChangeIndicator in com.helger.base.state
Classes in com.helger.base.state that implement IChangeIndicatorModifier and TypeClassDescriptionclassChangeWithValue<DATATYPE>Wraps a change indicator and an arbitrary value.enumSmall enum for setter method to identify whether a value has changed or not.Methods in com.helger.base.state with parameters of type IChangeIndicatorModifier and TypeMethodDescriptiondefault @NonNull EChangeIChangeIndicator.and(@NonNull IChangeIndicator aChange) Logical AND of this change indicator with another one.default @NonNull EChangeIChangeIndicator.or(@NonNull IChangeIndicator aChange) Logical OR of this change indicator with another one.static @NonNull EChangeEChange.valueOf(@NonNull IChangeIndicator aChangeIndicator) Convert anIChangeIndicatorto the correspondingEChangeenum value.static @NonNull ESuccessESuccess.valueOfChange(@NonNull IChangeIndicator aChange) Convert anIChangeIndicatorto the correspondingESuccessenum value where changed maps to success.Constructors in com.helger.base.state with parameters of type IChangeIndicatorModifierConstructorDescriptionChangeWithValue(@NonNull IChangeIndicator aChangeIndicator, @Nullable DATATYPE aObj) Constructor