Uses of Interface
org.apache.commons.lang3.function.BooleanConsumer
-
Packages that use BooleanConsumer Package Description org.apache.commons.lang3.function Provides functional interfaces to complement those injava.lang.functionand utilities for working with Java 8 lambdas. -
-
Uses of BooleanConsumer in org.apache.commons.lang3.function
Fields in org.apache.commons.lang3.function declared as BooleanConsumer Modifier and Type Field Description static BooleanConsumerBooleanConsumer. NOPNOP singletonMethods in org.apache.commons.lang3.function that return BooleanConsumer Modifier and Type Method Description default BooleanConsumerBooleanConsumer. andThen(BooleanConsumer after)Returns a composedBooleanConsumerthat performs, in sequence, this operation followed by theafteroperation.static BooleanConsumerBooleanConsumer. nop()Returns The NOP singleton.Methods in org.apache.commons.lang3.function with parameters of type BooleanConsumer Modifier and Type Method Description default BooleanConsumerBooleanConsumer. andThen(BooleanConsumer after)Returns a composedBooleanConsumerthat performs, in sequence, this operation followed by theafteroperation.
-