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 wrappedIterableto be used in a Linq context. It allows iterables containing maps and by default it converts the entries to aStringto maximise the compatibility with Linq.- See Also:
 LinqContext
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classLinqIterable.StringIterator 
- 
Constructor Summary
Constructors Constructor Description LinqIterable(Iterable iterable) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iteratoriterator()StringtoString()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.Iterable
forEach, spliterator 
 - 
 
 -