T - the type of the input to the functionR - the type of the result of the functionFunction instead.@Deprecated public interface Function<T,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t)
Deprecated.
Applies this function to the given argument.
|
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.