WRAPPER - type of the object to be returned from the functionR - the type of the result of the executionT0 - type of parameter1T1 - type of parameter2T2 - type of parameter3public static class BaseRedSynchronizer.Runner.Runner3<WRAPPER,R,T0,T1,T2> extends BaseRedSynchronizer.Runner<BaseRedSynchronizer.Function.Function3<WRAPPER,T0,T1,T2>,WRAPPER,R>
BaseRedSynchronizer.Runner of 3 parameterBaseRedSynchronizer.Runner.Runner0<WRAPPER,R>, BaseRedSynchronizer.Runner.Runner1<WRAPPER,R,T0>, BaseRedSynchronizer.Runner.Runner10<WRAPPER,R,T0,T1,T2,T3,T4,T5,T6,T7,T8,T9>, BaseRedSynchronizer.Runner.Runner2<WRAPPER,R,T0,T1>, BaseRedSynchronizer.Runner.Runner3<WRAPPER,R,T0,T1,T2>, BaseRedSynchronizer.Runner.Runner4<WRAPPER,R,T0,T1,T2,T3>, BaseRedSynchronizer.Runner.Runner5<WRAPPER,R,T0,T1,T2,T3,T4>, BaseRedSynchronizer.Runner.Runner6<WRAPPER,R,T0,T1,T2,T3,T4,T5>, BaseRedSynchronizer.Runner.Runner7<WRAPPER,R,T0,T1,T2,T3,T4,T5,T6>, BaseRedSynchronizer.Runner.Runner8<WRAPPER,R,T0,T1,T2,T3,T4,T5,T6,T7>, BaseRedSynchronizer.Runner.Runner9<WRAPPER,R,T0,T1,T2,T3,T4,T5,T6,T7,T8>, BaseRedSynchronizer.Runner.RunnerN<WRAPPER,R>| Modifier and Type | Method and Description |
|---|---|
protected WRAPPER |
call(BaseRedSynchronizer.Function.Function3<WRAPPER,T0,T1,T2> f)
Receive the function to call and calls it.
|
byExecutingprotected WRAPPER call(BaseRedSynchronizer.Function.Function3<WRAPPER,T0,T1,T2> f) throws Throwable
BaseRedSynchronizer.Runnercall in class BaseRedSynchronizer.Runner<BaseRedSynchronizer.Function.Function3<WRAPPER,T0,T1,T2>,WRAPPER,R>f - function to callThrowable - to enable throwable catchingCopyright © 2017. All rights reserved.