Iterator
Object Hierarchy:
Description:
public interface Iterator<
G> :
Object,
Traversable<
G>
All known sub-interfaces:
Content:
Properties:
Static methods:
- public static Iterator<G> concat<G> (Iterator<Iterator<G>> iters)
- public static Iterator<A> unfold<A> (owned UnfoldFunc<A> f, owned Lazy<G>? current = null)
Methods:
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface Gee.Traversable