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

Packages that use MapJoiner.Predicate
org.omnaest.utils.structure.map   
 

Uses of MapJoiner.Predicate in org.omnaest.utils.structure.map
 

Classes in org.omnaest.utils.structure.map that implement MapJoiner.Predicate
static class MapJoiner.PredicateIncludingKeySet<K,VL,VR>
          MapJoiner.Predicate which uses a given Set of keys to return true for any result value which has a key contained within that given Set.
 

Methods in org.omnaest.utils.structure.map with parameters of type MapJoiner.Predicate
 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.