An iterator that transforms each element with a given function.

Constructor

new(it:Iterator<T>, f:T ‑> U)

Methods

hasNext():Bool

next():U