Class IterableConverter<TFrom,​TTo>

  • All Implemented Interfaces:
    Iterable<TTo>

    public abstract class IterableConverter<TFrom,​TTo>
    extends Object
    implements Iterable<TTo>
    An Iterable that takes from the other Iterable and converts the items using given method. The primary reason is to prevent memory issues which may arise with larger lists.
    Author:
    Ondrej Zizka