Uses of Enum
com.helger.commons.state.EContinue
Packages that use EContinue
Package
Description
-
Uses of EContinue in com.helger.commons.callback
Methods in com.helger.commons.callback that return EContinueModifier and TypeMethodDescriptionIChangeCallback.beforeChange(DATATYPE aObjectToChange) Called before the object will be changed.CallbackList.forEachBreakable(Function<? super CALLBACKTYPE, EContinue> aFunction) Method parameters in com.helger.commons.callback with type arguments of type EContinueModifier and TypeMethodDescriptionCallbackList.forEachBreakable(Function<? super CALLBACKTYPE, EContinue> aFunction) -
Uses of EContinue in com.helger.commons.collection.attr
Methods in com.helger.commons.collection.attr that return EContinueModifier and TypeMethodDescriptionIAttributeContainer.IBeforeSetValueCallback.beforeSetValue(KEYTYPE aName, VALUETYPE aNewValue) Invoked before a new value is set -
Uses of EContinue in com.helger.commons.collection.impl
Methods in com.helger.commons.collection.impl that return EContinueModifier and TypeMethodDescriptiondefault EContinueICommonsIterable.forEachBreakable(Function<? super ELEMENTTYPE, EContinue> aConsumer) A special version ofIterable.forEach(Consumer)that can break iteration if a certain requirement is fulfilled.Method parameters in com.helger.commons.collection.impl with type arguments of type EContinueModifier and TypeMethodDescriptiondefault EContinueICommonsIterable.forEachBreakable(Function<? super ELEMENTTYPE, EContinue> aConsumer) A special version ofIterable.forEach(Consumer)that can break iteration if a certain requirement is fulfilled. -
Uses of EContinue in com.helger.commons.hierarchy
Methods in com.helger.commons.hierarchy that return EContinueModifier and TypeMethodDescriptiondefault EContinueIHasChildren.forAllChildrenBreakable(Function<? super CHILDTYPE, EContinue> aConsumer) Perform something on all children (if any).
Note: use this only for reading.Method parameters in com.helger.commons.hierarchy with type arguments of type EContinueModifier and TypeMethodDescriptiondefault EContinueIHasChildren.forAllChildrenBreakable(Function<? super CHILDTYPE, EContinue> aConsumer) Perform something on all children (if any).
Note: use this only for reading. -
Uses of EContinue in com.helger.commons.serialize.convert
Methods in com.helger.commons.serialize.convert that return EContinueModifier and TypeMethodDescriptionISerializationConverterCallback.call(Class<?> aClass, ISerializationConverter<?> aConverter) Invoked for each converter. -
Uses of EContinue in com.helger.commons.state
Methods in com.helger.commons.state that return EContinueModifier and TypeMethodDescriptiondefault EContinueIContinueIndicator.and(IContinueIndicator aContinue) default EContinueIContinueIndicator.or(IContinueIndicator aContinue) static EContinueEContinue.valueOf(boolean bContinue) Returns the enum constant of this type with the specified name.static EContinueEContinue.valueOf(IContinueIndicator aContinueIndicator) Returns the enum constant of this type with the specified name.static EContinueReturns the enum constant of this type with the specified name.static EContinue[]EContinue.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EContinue in com.helger.commons.typeconvert
Methods in com.helger.commons.typeconvert that return EContinueModifier and TypeMethodDescriptionITypeConverterCallback.call(Class<?> aSrcClass, Class<?> aDstClass, ITypeConverter<?, ?> aConverter)