| Package | Description |
|---|---|
| com.helger.commons.function | |
| com.helger.commons.string |
| Modifier and Type | Method and Description |
|---|---|
default ICharConsumer |
ICharConsumer.andThen(ICharConsumer after)
Returns a composed
CharConsumer that performs, in sequence, this
operation followed by the after operation. |
| Modifier and Type | Method and Description |
|---|---|
default ICharConsumer |
ICharConsumer.andThen(ICharConsumer after)
Returns a composed
CharConsumer that performs, in sequence, this
operation followed by the after operation. |
| Modifier and Type | Method and Description |
|---|---|
static void |
StringHelper.iterateChars(String sInputString,
ICharConsumer aConsumer)
Iterate all characters and pass them to the provided consumer.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.