X
- Type of item in first iterator.Y
- Type of item in second iterator.public final class Matched<X,Y> extends Object implements Iterator<X>
Constructor and Description |
---|
Matched(BiFunc<? super X,? super Y,Boolean> fnc,
Iterator<? extends X> fst,
Iterator<? extends Y> snd)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
X |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
Copyright © 2017–2021 Cactoos. All rights reserved.