| Package | Description |
|---|---|
| com.helger.commons.collection.ext | |
| com.helger.commons.hierarchy |
| Modifier and Type | Method and Description |
|---|---|
default EContinue |
ICommonsCollection.forEachBreakable(IBreakableConsumer<? super ELEMENTTYPE> 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(IBreakableConsumer<? super CHILDTYPE> aConsumer)
Perform something on all children (if any).
|
Copyright © 2014–2016 Philip Helger. All rights reserved.