GridGain™ 3.6.0e
Enterprise Edition

org.gridgain.grid.typedef
Class CX3<E1,E2,E3,R>

java.lang.Object
  extended by org.gridgain.grid.lang.GridMetadataAwareAdapter
      extended by org.gridgain.grid.lang.GridLambdaAdapter
          extended by org.gridgain.grid.lang.GridClosure3<E1,E2,E3,R>
              extended by org.gridgain.grid.lang.GridClosure3X<E1,E2,E3,R>
                  extended by org.gridgain.grid.typedef.CX3<E1,E2,E3,R>
Type Parameters:
E1 - Type of the first free variable, i.e. the element the closure is called or closed on.
E2 - Type of the second free variable, i.e. the element the closure is called or closed on.
E3 - Type of the third free variable, i.e. the element the closure is called or closed on.
R - Type of the closure's return value.
All Implemented Interfaces:
Serializable, Cloneable, GridMetadataAware, GridPeerDeployAware, GridLambda

public abstract class CX3<E1,E2,E3,R>
extends GridClosure3X<E1,E2,E3,R>

Defines alias for GridClosure3X by extending it. 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 in cases when readability won't be sacrificed. For more information see GridClosure3X.

Wiki & Forum:


Wiki
Forum

See Also:
GridFunc, GridClosure3X, Serialized Form
 

Constructor Summary
CX3()
           
 
Method Summary
 
Methods inherited from class org.gridgain.grid.lang.GridClosure3X
apply, applyx
 
Methods inherited from class org.gridgain.grid.lang.GridClosure3
andThen, andThen, curry, curry, curry
 
Methods inherited from class org.gridgain.grid.lang.GridLambdaAdapter
classLoader, deployClass, peerDeployLike, withMeta
 
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 class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gridgain.grid.GridMetadataAware
addMeta, addMetaIfAbsent, addMetaIfAbsent, allMeta, copyMeta, copyMeta, hasMeta, hasMeta, meta, putMetaIfAbsent, putMetaIfAbsent, removeMeta, removeMeta, replaceMeta
 

Constructor Detail

CX3

public CX3()

GridGain™ 3.6.0e
Enterprise Edition

GridGain - Real Time Big Data
Enterprise Edition, ver. 3.6.0e.13012012
2012 Copyright © GridGain Systems
Follow us:   Follow GridGain on Github Follow GridGain on Facebook Join GridGain User Group Follow GridGain on Twitter Follow GridGain on YouTube