Uses of Interface
com.c8db.Function
-
Packages that use Function Package Description com.c8db com.c8db.internal.cursor -
-
Uses of Function in com.c8db
Methods in com.c8db with parameters of type Function Modifier and Type Method Description <R> C8Iterable<R>C8Iterable. map(Function<? super T,? extends R> mapper)Returns aArangoIterableconsisting of the results of applying the given function to the elements of thisArangoIterable. -
Uses of Function in com.c8db.internal.cursor
Methods in com.c8db.internal.cursor with parameters of type Function Modifier and Type Method Description <R> C8Iterable<R>AbstractC8Iterable. map(Function<? super T,? extends R> mapper)Constructors in com.c8db.internal.cursor with parameters of type Function Constructor Description C8MappingIterable(C8Iterable<R> iterable, Function<? super R,? extends T> mapper)C8MappingIterator(C8Iterator<R> iterator, Function<? super R,? extends T> mapper)
-