Uses of Interface
org.apache.commons.lang3.function.ByteConsumer
Packages that use ByteConsumer
Package
Description
Provides functional interfaces to complement those in
java.lang.function
and utilities for working with Java
8 lambdas.-
Uses of ByteConsumer in org.apache.commons.lang3.function
Fields in org.apache.commons.lang3.function declared as ByteConsumerMethods in org.apache.commons.lang3.function that return ByteConsumerModifier and TypeMethodDescriptiondefault ByteConsumer
ByteConsumer.andThen
(ByteConsumer after) Returns a composedByteConsumer
that performs, in sequence, this operation followed by theafter
operation.static ByteConsumer
ByteConsumer.nop()
Gets the NOP singleton.Methods in org.apache.commons.lang3.function with parameters of type ByteConsumerModifier and TypeMethodDescriptiondefault ByteConsumer
ByteConsumer.andThen
(ByteConsumer after) Returns a composedByteConsumer
that performs, in sequence, this operation followed by theafter
operation.