Interface Iterable<TValue, TReturn, TNext>

We override the default Iterable interface since it doesn't allow forwarding of the other 2 type params that Iterator can take

Type Parameters

  • TValue

  • TReturn = any

  • TNext = any

Hierarchy

  • Iterable

Methods

Methods

  • Returns Iterator<TValue, TReturn, TNext>

Generated using TypeDoc