| Package | Description |
|---|---|
| com.helger.commons.functional | |
| com.helger.commons.string |
| Modifier and Type | Method and Description |
|---|---|
static ICharConsumer |
ICharConsumer.and(ICharConsumer aFirst,
ICharConsumer aSecond) |
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 ICharConsumer |
ICharConsumer.and(ICharConsumer aFirst,
ICharConsumer aSecond) |
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–2020 Philip Helger. All rights reserved.