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

| 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 |
PE
public PE()