Package | Description |
---|---|
io.github.avivcarmis.javared.executor |
Modifier and Type | Method and Description |
---|---|
BaseRedSynchronizer.Result<R> |
BaseRedSynchronizer.Runner.byExecuting(FUNCTION f)
Receive a function to execute and invokes it
|
protected abstract BaseRedSynchronizer.Result<OUTPUT> |
RedSynchronizer.handle(INPUT input)
Implements the execution flow of the Synchronizer
|
Modifier and Type | Method and Description |
---|---|
protected <T0> BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked1<T0> |
BaseRedSynchronizer.ifResult(BaseRedSynchronizer.Result<T0> f0)
Receive a result of an execution, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given result, and then run a certain function
if condition is met. |
protected BaseRedSynchronizer.FutureTransformer.Unlocked.UnlockedN |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result... results)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1> BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked2<T0,T1> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1> BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked2<T0,T1> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2> BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked3<T0,T1,T2> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2> BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked3<T0,T1,T2> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2> BaseRedSynchronizer.FutureTransformer.Unlocked.Unlocked3<T0,T1,T2> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8,
BaseRedSynchronizer.Result<T9> f9)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8,
BaseRedSynchronizer.Result<T9> f9)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8,
BaseRedSynchronizer.Result<T9> f9)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8,
BaseRedSynchronizer.Result<T9> f9)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8,
BaseRedSynchronizer.Result<T9> f9)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8,
BaseRedSynchronizer.Result<T9> f9)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8,
BaseRedSynchronizer.Result<T9> f9)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8,
BaseRedSynchronizer.Result<T9> f9)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8,
BaseRedSynchronizer.Result<T9> f9)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
protected <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> |
BaseRedSynchronizer.ifResults(BaseRedSynchronizer.Result<T0> f0,
BaseRedSynchronizer.Result<T1> f1,
BaseRedSynchronizer.Result<T2> f2,
BaseRedSynchronizer.Result<T3> f3,
BaseRedSynchronizer.Result<T4> f4,
BaseRedSynchronizer.Result<T5> f5,
BaseRedSynchronizer.Result<T6> f6,
BaseRedSynchronizer.Result<T7> f7,
BaseRedSynchronizer.Result<T8> f8,
BaseRedSynchronizer.Result<T9> f9)
Receive a results of various executions, returns a
BaseRedSynchronizer.FutureTransformer to choose which
kind of completion to expect for given results, and then run a certain function
if condition is met. |
Copyright © 2017. All rights reserved.