T - Type to be consumedpublic interface IBreakableConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
EContinue |
accept(T aElement)
Handle the current element
|
@Nonnull EContinue accept(T aElement)
aElement - Current element.EContinue.CONTINUE to continue or EContinue.BREAK
to stop iteration.Copyright © 2014–2016 Philip Helger. All rights reserved.