Uses of Interface
com.helger.base.state.IInterruptIndicator
Packages that use IInterruptIndicator
-
Uses of IInterruptIndicator in com.helger.base.state
Classes in com.helger.base.state that implement IInterruptIndicatorModifier and TypeClassDescriptionenumSmall enum for setter method to identify whether a value has changed or not.Methods in com.helger.base.state with parameters of type IInterruptIndicatorModifier and TypeMethodDescriptiondefault @NonNull EInterruptIInterruptIndicator.and(@NonNull IInterruptIndicator aInterrupt) Logical AND of this interrupt indicator with another one.default @NonNull EInterruptIInterruptIndicator.or(@NonNull IInterruptIndicator aInterrupt) Logical OR of this interrupt indicator with another one.static @NonNull EInterruptEInterrupt.valueOf(@NonNull IInterruptIndicator aInterruptIndicator) Convert anIInterruptIndicatorto the correspondingEInterruptenum value.