Interface GPC<T>
-
- All Superinterfaces:
Callable<T>,GridPlainCallable<T>
public interface GPC<T> extends GridPlainCallable<T>
Defines internaltypedefforGridPlainCallable. Since Java doesn't provide type aliases (like Scala, for example) we resort to these types of measures. This is intended for internal use only and meant to provide for more terse code when readability of code is not compromised.