|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapJoiner.JoinResult | |
|---|---|
| org.omnaest.utils.structure.map | |
| Uses of MapJoiner.JoinResult in org.omnaest.utils.structure.map |
|---|
| Methods in org.omnaest.utils.structure.map that return MapJoiner.JoinResult | ||
|---|---|---|
|
MapJoiner.From.joinInner(KeyExtractor<? extends K,VR> keyExtractor,
Iterable<? extends VR> iterable)
Similar to MapJoiner.From.joinInner(Map) but using a given Iterable and a related KeyExtractor |
|
|
MapJoiner.From.joinInner(Map<K,? extends VR> map)
Does an inner join with the previously given left Map and the now given right Map |
|
MapJoiner.JoinResult<K,VL,VR> |
MapJoiner.JoinResult.where(MapJoiner.Predicate<K,VL,VR> predicate)
Filters the current MapJoiner.JoinResult using a given MapJoiner.Predicate |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||