org.gridgain.grid.typedef
Class R3<E1,E2,E3,R>
java.lang.Object
org.gridgain.grid.lang.GridLambdaAdapter
org.gridgain.grid.lang.GridOutClosure<R>
org.gridgain.grid.lang.GridReducer3<E1,E2,E3,R>
org.gridgain.grid.typedef.R3<E1,E2,E3,R>
- Type Parameters:
E1 - Type of the 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, Callable<R>, GridJob, GridPeerDeployAware, GridLambda
public abstract class R3<E1,E2,E3,R>
- extends GridReducer3<E1,E2,E3,R>
Defines alias for GridReducer3 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 GridReducer3.
- See Also:
GridFunc,
GridReducer3,
Serialized Form
-

| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
R3
public R3()