Uses of Interface
org.omnaest.utils.structure.map.MapJoiner.JoinResult

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
<VR> MapJoiner.JoinResult<K,VL,VR>
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
<VR> MapJoiner.JoinResult<K,VL,VR>
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
 



Copyright © 2013. All Rights Reserved.