Class LinqIterable

  • All Implemented Interfaces:
    Iterable

    public class LinqIterable
    extends Object
    implements Iterable
    Adapts the wrapped Iterable to be used in a Linq context. It allows iterables containing maps and by default it converts the entries to a String to maximise the compatibility with Linq.
    See Also:
    LinqContext