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 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
-
Constructor Summary
Constructors Constructor Description LinqIterable(Iterable iterable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator
iterator()
String
toString()
-
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
-
-