@Deprecated public class ArangoMappingIterable<R,T> extends AbstractArangoIterable<T> implements ArangoIterable<T>
Modifier | Constructor and Description |
---|---|
protected |
ArangoMappingIterable(ArangoIterable<R> iterable,
Function<? super R,? extends T> mapper)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
foreach(Consumer<? super T> action)
Deprecated.
Performs the given action for each element of the
ArangoIterable |
ArangoIterator<T> |
iterator()
Deprecated.
|
allMatch, anyMatch, collectInto, count, filter, first, map, noneMatch, stream
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
allMatch, anyMatch, collectInto, count, filter, first, map, noneMatch, stream
forEach, spliterator
protected ArangoMappingIterable(ArangoIterable<R> iterable, Function<? super R,? extends T> mapper)
public ArangoIterator<T> iterator()
public void foreach(Consumer<? super T> action)
ArangoIterable
ArangoIterable
foreach
in interface ArangoIterable<T>
action
- a action to perform on the elementsCopyright © 2016–2021 ArangoDB GmbH. All rights reserved.