public abstract class SelectManyIterable<TSource,TDest> extends Object implements Iterable<TDest>
| Constructor and Description |
|---|
SelectManyIterable(Iterable<? extends TSource> source) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Iterable<? extends TDest> |
getIterable(TSource source) |
protected Iterable<? extends TSource> |
getSource() |
protected boolean |
isIncluded(TDest dest) |
Iterator<TDest> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected boolean isIncluded(TDest dest)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.