T - the type of object the instance will processpublic interface Processor<T>
Paralleler.Parallelervoid process(T t, long count) throws ExecutionException
t - value to processcount - a 1-based count of the values that have been processed so farExecutionExceptionCopyright © 2012-2013 Myrrix Ltd. All Rights Reserved.