org.omnaest.utils.structure.map
Interface MapJoiner.Predicate<K,VL,VR>

Type Parameters:
K -
VL -
VR -
All Known Implementing Classes:
MapJoiner.PredicateIncludingKeySet
Enclosing class:
MapJoiner

public static interface MapJoiner.Predicate<K,VL,VR>

Author:
Omnaest
See Also:
JoinResult#where(Predicate)

Method Summary
 boolean accept(K key, MapJoiner.JoinedValue<VL,VR> valueTuple)
          Returns true if the given key and the values should be kept within the result
 

Method Detail

accept

boolean accept(K key,
               MapJoiner.JoinedValue<VL,VR> valueTuple)
Returns true if the given key and the values should be kept within the result

Parameters:
key -
valueTuple -
Returns:


Copyright © 2013. All Rights Reserved.