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 ByteConsumerByteConsumer.andThen(ByteConsumer after) Returns a composedByteConsumerthat performs, in sequence, this operation followed by theafteroperation.static ByteConsumerByteConsumer.nop()Gets the NOP singleton.Methods in org.apache.commons.lang3.function with parameters of type ByteConsumerModifier and TypeMethodDescriptiondefault ByteConsumerByteConsumer.andThen(ByteConsumer after) Returns a composedByteConsumerthat performs, in sequence, this operation followed by theafteroperation.