Class C8FilterIterable<T>

    • Constructor Detail

      • C8FilterIterable

        protected C8FilterIterable​(C8Iterable<T> iterable,
                                   Predicate<? super T> predicate)
    • 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<T>
        Parameters:
        action - a action to perform on the elements