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