Uses of Interface
com.c8db.Consumer
-
Packages that use Consumer Package Description com.c8db com.c8db.internal.cursor -
-
Uses of Consumer in com.c8db
Methods in com.c8db with parameters of type Consumer Modifier and Type Method Description voidC8Iterable. foreach(Consumer<? super T> action)Performs the given action for each element of theArangoIterable -
Uses of Consumer in com.c8db.internal.cursor
Methods in com.c8db.internal.cursor with parameters of type Consumer Modifier and Type Method Description voidC8CursorImpl. foreach(Consumer<? super T> action)voidC8FilterIterable. foreach(Consumer<? super T> action)voidC8MappingIterable. foreach(Consumer<? super T> action)
-