Class LinqIterable
java.lang.Object
com.flowable.template.engine.impl.linq.LinqIterable
- All Implemented Interfaces:
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: