Class C8MappingIterable<R,​T>

    • Constructor Detail

      • C8MappingIterable

        protected C8MappingIterable​(C8Iterable<R> iterable,
                                    Function<? super R,​? extends T> mapper)
    • Method Detail

      • foreach

        public void foreach​(Consumer<? super T> action)
        Description copied from interface: C8Iterable
        Performs the given action for each element of the ArangoIterable
        Specified by:
        foreach in interface C8Iterable<R>
        Parameters:
        action - a action to perform on the elements