Uses of Interface
com.helger.commons.functional.ICharConsumer
-
Packages that use ICharConsumer Package Description com.helger.commons.functional com.helger.commons.string -
-
Uses of ICharConsumer in com.helger.commons.functional
Methods in com.helger.commons.functional that return ICharConsumer Modifier and Type Method Description static ICharConsumerICharConsumer. and(ICharConsumer aFirst, ICharConsumer aSecond)default ICharConsumerICharConsumer. andThen(ICharConsumer after)Returns a composedCharConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in com.helger.commons.functional with parameters of type ICharConsumer Modifier and Type Method Description static ICharConsumerICharConsumer. and(ICharConsumer aFirst, ICharConsumer aSecond)default ICharConsumerICharConsumer. andThen(ICharConsumer after)Returns a composedCharConsumerthat performs, in sequence, this operation followed by theafteroperation. -
Uses of ICharConsumer in com.helger.commons.string
Methods in com.helger.commons.string with parameters of type ICharConsumer Modifier and Type Method Description static voidStringHelper. iterateChars(String sInputString, ICharConsumer aConsumer)Iterate all characters and pass them to the provided consumer.
-