public interface ITuple2Future<E,F> extends IIntermediateFuture<TupleResult>
DONE
Modifier and Type | Method and Description |
---|---|
E |
getFirstResult()
Get the first result.
|
E |
getFirstResult(ISuspendable caller)
Get the first result.
|
F |
getSecondResult()
Get the second result.
|
F |
getSecondResult(ISuspendable caller)
Get the second result.
|
getIntermediateResults, getNextIntermediateResult, hasNextIntermediateResult
addResultListener, get, get, get, get, getException, isDone
E getFirstResult()
NoSuchElementException,
- when there are no more intermediate results and the future is finished.E getFirstResult(ISuspendable caller)
NoSuchElementException,
- when there are no more intermediate results and the future is finished.F getSecondResult()
NoSuchElementException,
- when there are no more intermediate results and the future is finished.F getSecondResult(ISuspendable caller)
NoSuchElementException,
- when there are no more intermediate results and the future is finished.Copyright © 2013. All Rights Reserved.