Uses of Interface
org.apache.commons.lang3.function.BooleanConsumer
Packages that use BooleanConsumer
Package
Description
Provides functional interfaces to complement those in 
java.lang.function and utilities for working with Java
 8 lambdas.- 
Uses of BooleanConsumer in org.apache.commons.lang3.functionFields in org.apache.commons.lang3.function declared as BooleanConsumerMethods in org.apache.commons.lang3.function that return BooleanConsumerModifier and TypeMethodDescriptiondefault 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 BooleanConsumerModifier and TypeMethodDescriptiondefault BooleanConsumerBooleanConsumer.andThen(BooleanConsumer after) Returns a composedBooleanConsumerthat performs, in sequence, this operation followed by theafteroperation.