We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5eae7 commit e5169faCopy full SHA for e5169fa
βsrc/main/java/com/arangodb/Function.java
@@ -24,7 +24,9 @@
24
* @param <T> the type of the input to the function
25
* @param <R> the type of the result of the function
26
* @author Mark Vollmary
27
+ * @deprecated Use {@link java.util.function.Function} instead.
28
*/
29
+@Deprecated
30
public interface Function<T, R> {
31
32
/**
0 commit comments