Method and Description |
---|
jadex.commons.future.IFuture.get(ThreadSuspendable)
- From 3.0. Use the version without suspendable.
Will NOT use the suspendable given as parameter.
Get the result - blocking call.
|
jadex.commons.future.Future.get(ThreadSuspendable)
- From 3.0. Use the version without suspendable.
Will NOT use the suspendable given as parameter.
Get the result - blocking call.
|
jadex.commons.future.ITuple2Future.getFirstResult(ThreadSuspendable)
- From 3.0. Use method without suspendable.
Get the first result.
|
jadex.commons.future.Tuple2Future.getFirstResult(ThreadSuspendable)
- From 3.0. Use method without suspendable.
Will NOT use the suspendable that is supplied as parameter.
Get the first result.
|
jadex.commons.MethodInfo.getParameterTypes() |