kactoos-jvm / nnl.rocks.kactoos.iterable / Mapped / <init>
Mapped(func: KFunc<X, Y>, vararg args: X)
Mapped(func: Func<X, Y>, vararg args: X)
Mapped(func: Func<X, Y>, iterable: Iterable<X>)Mapped(func: KFunc<X, Y>, iterable: Iterable<X>)
Mapped iterable.
There is no thread-safety guarantee.
X - Type of source item
Y - Type of target item
func - Func
iterable - Source iterable
Since 0.4