X
- Type of source itemY
- Type of target itempublic final class Mapped<X,Y> extends IterableEnvelope<Y>
There is no thread-safety guarantee.
Constructor and Description |
---|
Mapped(Func<X,Y> fnc,
Iterable<X> src)
Ctor.
|
Mapped(Func<X,Y> fnc,
Iterator<X> src)
Ctor.
|
Mapped(Func<X,Y> fnc,
X... src)
Ctor.
|
iterator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
Copyright © 2017 Cactoos. All rights reserved.