WRAPPER
- type of the object to be returned from the functionpublic static interface BaseRedSynchronizer.Function.FunctionN<WRAPPER> extends BaseRedSynchronizer.Function
BaseRedSynchronizer.Function.Function0<WRAPPER>, BaseRedSynchronizer.Function.Function1<WRAPPER,T0>, BaseRedSynchronizer.Function.Function10<WRAPPER,T0,T1,T2,T3,T4,T5,T6,T7,T8,T9>, BaseRedSynchronizer.Function.Function2<WRAPPER,T0,T1>, BaseRedSynchronizer.Function.Function3<WRAPPER,T0,T1,T2>, BaseRedSynchronizer.Function.Function4<WRAPPER,T0,T1,T2,T3>, BaseRedSynchronizer.Function.Function5<WRAPPER,T0,T1,T2,T3,T4>, BaseRedSynchronizer.Function.Function6<WRAPPER,T0,T1,T2,T3,T4,T5>, BaseRedSynchronizer.Function.Function7<WRAPPER,T0,T1,T2,T3,T4,T5,T6>, BaseRedSynchronizer.Function.Function8<WRAPPER,T0,T1,T2,T3,T4,T5,T6,T7>, BaseRedSynchronizer.Function.Function9<WRAPPER,T0,T1,T2,T3,T4,T5,T6,T7,T8>, BaseRedSynchronizer.Function.FunctionN<WRAPPER>
Modifier and Type | Method and Description |
---|---|
WRAPPER |
call(BaseRedSynchronizer.Results results)
A function of N result parameters
|
WRAPPER call(BaseRedSynchronizer.Results results) throws Throwable
results
- an object containing the index based results of the preconditionsThrowable
- to enable throwable catchingCopyright © 2017. All rights reserved.