Class LinqIterable
- java.lang.Object
-
- com.flowable.template.engine.impl.linq.LinqIterable
-
- All Implemented Interfaces:
java.lang.Iterable
public class LinqIterable extends java.lang.Object implements java.lang.Iterable
Adapts the wrappedIterable
to be used in a Linq context. It allows iterables containing maps and by default it converts the entries to aString
to maximise the compatibility with Linq.- See Also:
LinqContext
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
LinqIterable.StringIterator
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Iterable
iterable
-
Constructor Summary
Constructors Constructor Description LinqIterable(java.lang.Iterable iterable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator
iterator()
java.lang.String
toString()
-