T - the type of the input to the operationConsumer instead.@Deprecated public interface Consumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t)
Deprecated.
Performs this operation on the given argument.
|
void accept(T t)
t - the input argumentCopyright © 2016–2023 ArangoDB GmbH. All rights reserved.