Class LinqIterable

java.lang.Object
com.flowable.template.engine.impl.linq.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:
  • Field Details

    • iterable

      protected final Iterable iterable
  • Constructor Details

    • LinqIterable

      public LinqIterable(Iterable iterable)
  • Method Details