| Modifier and Type | Method and Description |
|---|---|
EContinue |
IChangeCallback.beforeChange(DATATYPE aObjectToChange)
Called before the object will be changed.
|
EContinue |
CallbackList.forEachBreakable(Function<? super CALLBACKTYPE,EContinue> aFunction) |
| Modifier and Type | Method and Description |
|---|---|
EContinue |
CallbackList.forEachBreakable(Function<? super CALLBACKTYPE,EContinue> aFunction) |
| Modifier and Type | Method and Description |
|---|---|
EContinue |
IAttributeContainer.IBeforeSetValueCallback.beforeSetValue(KEYTYPE aName,
VALUETYPE aNewValue)
Invoked before a new value is set
|
| Modifier and Type | Method and Description |
|---|---|
default EContinue |
ICommonsIterable.forEachBreakable(Function<? super ELEMENTTYPE,EContinue> aConsumer)
A special version of
Iterable.forEach(Consumer) that can break iteration if
a certain requirement is fulfilled. |
| Modifier and Type | Method and Description |
|---|---|
default EContinue |
ICommonsIterable.forEachBreakable(Function<? super ELEMENTTYPE,EContinue> aConsumer)
A special version of
Iterable.forEach(Consumer) that can break iteration if
a certain requirement is fulfilled. |
| Modifier and Type | Method and Description |
|---|---|
default EContinue |
IHasChildren.forAllChildrenBreakable(Function<? super CHILDTYPE,EContinue> aConsumer)
Perform something on all children (if any).
|
| Modifier and Type | Method and Description |
|---|---|
default EContinue |
IHasChildren.forAllChildrenBreakable(Function<? super CHILDTYPE,EContinue> aConsumer)
Perform something on all children (if any).
|
| Modifier and Type | Method and Description |
|---|---|
EContinue |
ISerializationConverterCallback.call(Class<?> aClass,
ISerializationConverter<?> aConverter)
Invoked for each converter.
|
| Modifier and Type | Method and Description |
|---|---|
default EContinue |
IContinueIndicator.and(IContinueIndicator aContinue) |
default EContinue |
IContinueIndicator.or(IContinueIndicator aContinue) |
static EContinue |
EContinue.valueOf(boolean bContinue) |
static EContinue |
EContinue.valueOf(IContinueIndicator aContinueIndicator) |
static EContinue |
EContinue.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.
|
| Modifier and Type | Method and Description |
|---|---|
EContinue |
ITypeConverterCallback.call(Class<?> aSrcClass,
Class<?> aDstClass,
ITypeConverter<?,?> aConverter) |
Copyright © 2014–2019 Philip Helger. All rights reserved.