Uses of Interface
com.helger.commons.functional.IBooleanConsumer
Packages that use IBooleanConsumer
-
Uses of IBooleanConsumer in com.helger.commons.functional
Methods in com.helger.commons.functional that return IBooleanConsumerModifier and TypeMethodDescriptionstatic IBooleanConsumerIBooleanConsumer.and(IBooleanConsumer aFirst, IBooleanConsumer aSecond) default IBooleanConsumerIBooleanConsumer.andThen(IBooleanConsumer after) Returns a composedCharConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in com.helger.commons.functional with parameters of type IBooleanConsumerModifier and TypeMethodDescriptionstatic IBooleanConsumerIBooleanConsumer.and(IBooleanConsumer aFirst, IBooleanConsumer aSecond) default IBooleanConsumerIBooleanConsumer.andThen(IBooleanConsumer after) Returns a composedCharConsumerthat performs, in sequence, this operation followed by theafteroperation.