Uses of Interface
com.helger.commons.functional.ICharConsumer
Packages that use ICharConsumer
-
Uses of ICharConsumer in com.helger.commons.functional
Methods in com.helger.commons.functional that return ICharConsumerModifier and TypeMethodDescriptionstatic 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 ICharConsumerModifier and TypeMethodDescriptionstatic 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 ICharConsumerModifier and TypeMethodDescriptionstatic voidStringHelper.iterateChars(String sInputString, ICharConsumer aConsumer) Iterate all characters and pass them to the provided consumer.