T
- the value typepublic class PrintConsumer<T> extends Object implements Consumer<T>
Constructor and Description |
---|
PrintConsumer() |
Modifier and Type | Method and Description |
---|---|
void |
accept(T input)
Performs an operation on the given argument.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.