Package | Description |
---|---|
io.github.avivcarmis.javared.executor |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2017. All rights reserved.