org.omnaest.utils.structure.map
Interface MapJoiner.JoinResult<K,VL,VR>
- Type Parameters:
K - VL - VR -
- All Superinterfaces:
- MapJoiner.From<K,MapJoiner.JoinedValue<VL,VR>>
- Enclosing class:
- MapJoiner
public static interface MapJoiner.JoinResult<K,VL,VR>
- extends MapJoiner.From<K,MapJoiner.JoinedValue<VL,VR>>
- Author:
- Omnaest
getResultMap
Map<K,MapJoiner.JoinedValue<VL,VR>> getResultMap()
- Returns the result
Map
- Returns:
where
MapJoiner.JoinResult<K,VL,VR> where(MapJoiner.Predicate<K,VL,VR> predicate)
- Filters the current
MapJoiner.JoinResult using a given MapJoiner.Predicate
- Parameters:
predicate - MapJoiner.Predicate
- Returns:
- new
MapJoiner.JoinResult
Copyright © 2013. All Rights Reserved.