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