Uses of Interface
org.apache.commons.lang3.function.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.function
Modifier and TypeMethodDescriptiondefault BooleanConsumer
BooleanConsumer.andThen
(BooleanConsumer after) Returns a composedBooleanConsumer
that performs, in sequence, this operation followed by theafter
operation.static BooleanConsumer
BooleanConsumer.nop()
Returns The NOP singleton.Modifier and TypeMethodDescriptiondefault BooleanConsumer
BooleanConsumer.andThen
(BooleanConsumer after) Returns a composedBooleanConsumer
that performs, in sequence, this operation followed by theafter
operation.