Uses of Enum Class
com.helger.base.state.EContinue
Packages that use EContinue
-
Uses of EContinue in com.helger.base.callback
Methods in com.helger.base.callback that return EContinueModifier and TypeMethodDescription@NonNull EContinueIChangeCallback.beforeChange(@NonNull DATATYPE aObjectToChange) Called before the object will be changed.@NonNull EContinueCallbackList.forEachBreakable(@NonNull Function<? super CALLBACKTYPE, EContinue> aFunction) Iterate all callbacks and invoke the provided function.Method parameters in com.helger.base.callback with type arguments of type EContinueModifier and TypeMethodDescription@NonNull EContinueCallbackList.forEachBreakable(@NonNull Function<? super CALLBACKTYPE, EContinue> aFunction) Iterate all callbacks and invoke the provided function. -
Uses of EContinue in com.helger.base.state
Methods in com.helger.base.state that return EContinueModifier and TypeMethodDescriptiondefault @NonNull EContinueIContinueIndicator.and(@NonNull IContinueIndicator aContinue) Logical AND of this continue indicator with another one.default @NonNull EContinueIContinueIndicator.or(@NonNull IContinueIndicator aContinue) Logical OR of this continue indicator with another one.static @NonNull EContinueEContinue.valueOf(boolean bContinue) Convert a boolean value to the correspondingEContinueenum value.static @NonNull EContinueEContinue.valueOf(@NonNull IContinueIndicator aContinueIndicator) Convert anIContinueIndicatorto the correspondingEContinueenum value.static EContinueReturns the enum constant of this class with the specified name.static EContinue[]EContinue.values()Returns an array containing the constants of this enum class, in the order they are declared.