| 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 |
|---|---|
protected EContinue |
MapBasedAttributeContainer.onBeforeRemoveAllAttributes()
Internal callback method that can be used to avoid removal of all
attributes.
|
protected EContinue |
MapBasedAttributeContainer.onBeforeRemoveAttribute(KEYTYPE aName)
Internal callback method that can be used to avoid removal of an attribute.
|
protected EContinue |
MapBasedAttributeContainer.onBeforeSetAttributeValue(KEYTYPE aName,
VALUETYPE aValue)
Internal callback method that can be used to check constraints on an
attribute name or value.
|
| 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 |
SessionScope.selfDestruct() |
EContinue |
ISessionScope.selfDestruct()
A special internal method that destroys the session.
|
| 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–2017 Philip Helger. All rights reserved.