Kactoos

kactoos-jvm / nnl.rocks.kactoos.iterator / Mapped / <init>

<init>

Mapped(func: Func<X, Y>, origin: Iterator<X>)Mapped(func: KFunc<X, Y>, origin: Iterator<X>)

Mapped iterator.

There is no thread-safety guarantee.

Parameters

X - Type of source item

Y - Type of target item

func - Mapping function

origin - Decorated iterator

Since 0.4