Class AbstractIterable<E>

    • Constructor Detail

      • AbstractIterable

        public AbstractIterable()
    • Method Detail

      • forEach

        public <U> void forEach​(@NotNull
                                @NotNull Function<E,​U> f)
        Description copied from interface: Traversable
        All collection methods can be built upon this forEach definition.
        Specified by:
        forEach in interface Traversable<E>