Uses of Interface
com.helger.commons.functional.IBooleanConsumer
-
Packages that use IBooleanConsumer Package Description com.helger.commons.functional -
-
Uses of IBooleanConsumer in com.helger.commons.functional
Methods in com.helger.commons.functional that return IBooleanConsumer Modifier and Type Method Description static 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 IBooleanConsumer Modifier and Type Method Description static IBooleanConsumerIBooleanConsumer. and(IBooleanConsumer aFirst, IBooleanConsumer aSecond)default IBooleanConsumerIBooleanConsumer. andThen(IBooleanConsumer after)Returns a composedCharConsumerthat performs, in sequence, this operation followed by theafteroperation.
-