Package | Description |
---|---|
io.github.avivcarmis.javared.executor |
Modifier and Type | Method and Description |
---|---|
protected <R> BaseRedSynchronizer.Runner.Runner0<R,R> |
BaseRedSynchronizer.produce(Class<R> tClass)
Produce value of the given class directly, without waiting for any result or markers,
and return a result of the execution
Since the are no preconditions and the return method is already defined at this point,
this call skips some middleware of the Construction Chain and goes directly to the
runner phase.
|
<R> BaseRedSynchronizer.Runner.Runner0<R,R> |
BaseRedSynchronizer.ReturnClassifier.Classifier0.produce(Class<R> tClass)
Sets the expected result of the execution to be a direct value of the given class
|
protected <R> BaseRedSynchronizer.Runner.Runner0<Future<R>,R> |
BaseRedSynchronizer.produceFutureOf(Class<R> tClass)
Produce
Future of the given class directly, without waiting for any result or markers,
and return a result of the execution
Since the are no preconditions and the return method is already defined at this point,
this call skips some middleware of the Construction Chain and goes directly to the
runner phase. |
<R> BaseRedSynchronizer.Runner.Runner0<Future<R>,R> |
BaseRedSynchronizer.ReturnClassifier.Classifier0.produceFutureOf(Class<R> tClass)
Sets the expected result of the execution to be a
Future value of the given class |
Copyright © 2017. All rights reserved.