Uses of Interface
org.apache.commons.lang3.function.ByteConsumer
-
Packages that use ByteConsumer 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 ByteConsumer in org.apache.commons.lang3.function
Fields in org.apache.commons.lang3.function declared as ByteConsumer Modifier and Type Field Description static ByteConsumerByteConsumer. NOPNOP singletonMethods in org.apache.commons.lang3.function that return ByteConsumer Modifier and Type Method Description default 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 ByteConsumer Modifier and Type Method Description default ByteConsumerByteConsumer. andThen(ByteConsumer after)Returns a composedByteConsumerthat performs, in sequence, this operation followed by theafteroperation.
-