public abstract class GridReducer2X<E1,E2,R> extends Object implements GridReducer2<E1,E2,R>
apply() method that calls applyx() method and
properly wraps GridException into GridClosureException instance.RX2,
Serialized Form| Constructor and Description |
|---|
GridReducer2X() |
| Modifier and Type | Method and Description |
|---|---|
R |
apply()
Closure body.
|
abstract R |
applyx()
Reducer body that can throw
GridException. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcollectpublic R apply()
apply in interface GridOutClosure<R>public abstract R applyx() throws GridException
GridException.GridException - Thrown in case of any error condition inside of the reducer.Copyright © 2014. All rights reserved.