T - Type to be consumed@FunctionalInterface @Deprecated public interface IBreakableConsumer<T> extends Function<T,EContinue>
| Modifier and Type | Method and Description |
|---|---|
default EContinue |
accept(T aElement)
Deprecated.
|
@Nonnull @Deprecated default 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.