Documentation ¶
Index ¶
- type Iterator
- func (iterator Iterator[V]) Collect() []V
- func (i Iterator[V]) Enumerate() Iterator2[int, V]
- func (i Iterator[V]) Exclude(f func(V) bool) Iterator[V]
- func (i Iterator[V]) Filter(f func(V) bool) Iterator[V]
- func (i Iterator[V]) Reverse() Iterator[V]
- func (i Iterator[V]) Seq() iter.Seq[V]
- func (i Iterator[V]) Transform(f func(V) V) Iterator[V]
- func (i Iterator[V]) TransformError(f func(V) (V, error)) Iterator2[V, error]
- type Iterator2
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Iterator ¶
func (Iterator[V]) TransformError ¶
Click to show internal directories.
Click to hide internal directories.