org.gridgain.grid.typedef
Class PCE<K,V>
java.lang.Object
org.gridgain.grid.lang.GridMetadataAwareAdapter
org.gridgain.grid.lang.GridLambdaAdapter
org.gridgain.grid.lang.GridPredicate<GridCacheEntry<K,V>>
org.gridgain.grid.typedef.PCE<K,V>
- All Implemented Interfaces:
- Serializable, Cloneable, GridMetadataAware, GridPeerDeployAware, GridLambda
public abstract class PCE<K,V>
- extends GridPredicate<GridCacheEntry<K,V>>
Defines alias for GridPredicate<GridCacheEntry<K, V>> by extending
GridPredicate. 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 see GridPredicate and GridCacheEntry.
- See Also:
GridPredicate,
GridFunc,
GridCacheEntry,
Serialized Form
-

|
Constructor Summary |
PCE()
|
| Methods inherited from class org.gridgain.grid.lang.GridPredicate |
andThen, andThen, andThen, apply, compose, compose, compose, compose, curry, uncurry2, uncurry3 |
| Methods inherited from class org.gridgain.grid.lang.GridMetadataAwareAdapter |
addMeta, addMetaIfAbsent, addMetaIfAbsent, allMeta, clone, copyMeta, copyMeta, hasMeta, hasMeta, meta, putMetaIfAbsent, putMetaIfAbsent, readExternalMeta, removeMeta, removeMeta, replaceMeta, writeExternalMeta |
| Methods inherited from interface org.gridgain.grid.GridMetadataAware |
addMeta, addMetaIfAbsent, addMetaIfAbsent, allMeta, copyMeta, copyMeta, hasMeta, hasMeta, meta, putMetaIfAbsent, putMetaIfAbsent, removeMeta, removeMeta, replaceMeta |
PCE
public PCE()