| Package | Description |
|---|---|
| org.apache.commons.lang3.function |
Provides functional interfaces to complement those in
java.lang.function and utilities for working with Java
8 lambdas. |
| Modifier and Type | Field and Description |
|---|---|
static ByteConsumer |
ByteConsumer.NOP
NOP singleton
|
| Modifier and Type | Method and Description |
|---|---|
default ByteConsumer |
ByteConsumer.andThen(ByteConsumer after)
Returns a composed
ByteConsumer that performs, in sequence, this operation followed by the after operation. |
static ByteConsumer |
ByteConsumer.nop()
Gets the NOP singleton.
|
| Modifier and Type | Method and Description |
|---|---|
default ByteConsumer |
ByteConsumer.andThen(ByteConsumer after)
Returns a composed
ByteConsumer that performs, in sequence, this operation followed by the after operation. |
Copyright © 2001–2026 The Apache Software Foundation. All rights reserved.