Uses of Class
com.helger.commons.state.EContinue
-
-
Uses of EContinue in com.helger.commons.callback
Methods in com.helger.commons.callback that return EContinue Modifier and Type Method Description EContinueIChangeCallback. beforeChange(DATATYPE aObjectToChange)Called before the object will be changed.EContinueCallbackList. forEachBreakable(Function<? super CALLBACKTYPE,EContinue> aFunction)Method parameters in com.helger.commons.callback with type arguments of type EContinue Modifier and Type Method Description EContinueCallbackList. forEachBreakable(Function<? super CALLBACKTYPE,EContinue> aFunction) -
Uses of EContinue in com.helger.commons.collection.attr
Methods in com.helger.commons.collection.attr that return EContinue Modifier and Type Method Description EContinueIAttributeContainer.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 EContinue Modifier and Type Method Description default 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 EContinue Modifier and Type Method Description default 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 EContinue Modifier and Type Method Description default 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 EContinue Modifier and Type Method Description default 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 EContinue Modifier and Type Method Description EContinueISerializationConverterCallback. 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 EContinue Modifier and Type Method Description default 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 EContinueEContinue. valueOf(String name)Returns 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 EContinue Modifier and Type Method Description EContinueITypeConverterCallback. call(Class<?> aSrcClass, Class<?> aDstClass, ITypeConverter<?,?> aConverter)
-