changes: TINF-175 TZPC-4722
[platform/upstream/libgee.git] / gee / unfolditerator.vala
2013-07-06 Maciej PiechotkaUse .value instead of value directly in unfold
2012-08-28 Maciej PiechotkaAllow early termination of iteration
2012-08-20 Maciej PiechotkaMove *_type to interfaces and remove the ones from...
2012-08-19 Maciej PiechotkaMove stream_impl to Traversable
2012-08-09 Maciej PiechotkaAdd GenericAccessors attributes to interfaces and remov...
2011-12-19 Maciej PiechotkaAdd *_type property for all collections, fixes bug...
2011-08-17 Maciej PiechotkaAdd Traversable.chop function
2011-08-01 Maciej PiechotkaAdd Traversable<G>.filter method
2011-07-22 Maciej PiechotkaExport the function part of interface into Traversable
2011-06-25 Maciej PiechotkaAdd Iterator.unfold function