Uses of Interface
com.helger.base.state.IHandledIndicator
Packages that use IHandledIndicator
-
Uses of IHandledIndicator in com.helger.base.state
Classes in com.helger.base.state that implement IHandledIndicatorModifier and TypeClassDescriptionenumSmall enum to identify whether something was handled or not.Methods in com.helger.base.state with parameters of type IHandledIndicatorModifier and TypeMethodDescriptiondefault @NonNull EHandledIHandledIndicator.and(@NonNull IHandledIndicator aOther) Logical AND of this handled indicator with another one.default @NonNull EHandledIHandledIndicator.or(@NonNull IHandledIndicator aOther) Logical OR of this handled indicator with another one.static @NonNull EHandledEHandled.valueOf(@NonNull IHandledIndicator aHandledIndicator) Convert anIHandledIndicatorto the correspondingEHandledenum value.