Interface PKV<K,V>
-
- All Superinterfaces:
IgniteBiPredicate<K,V>,Serializable
public interface PKV<K,V> extends IgniteBiPredicate<K,V>
Definesaliasfor GridPredicate2<K, V> by extendingIgnitePredicate. Since Java doesn't provide type aliases (like Scala, for example) we resort to these types of measures. This is intended to provide for more concise code without sacrificing readability. For more information seeIgnitePredicate.- See Also:
IgniteBiPredicate,GridFunc
-
-
Method Summary
-
Methods inherited from interface org.apache.ignite.lang.IgniteBiPredicate
and, apply
-
-