WRAPPER
- type of the object to be returned from the functionT0
- type of parameter1T1
- type of parameter2T2
- type of parameter2T3
- type of parameter3T4
- type of parameter4public static interface BaseRedSynchronizer.Function.Function5<WRAPPER,T0,T1,T2,T3,T4> 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(T0 f0,
T1 f1,
T2 f2,
T3 f3,
T4 f4)
A function of 5 result parameters
|
WRAPPER call(T0 f0, T1 f1, T2 f2, T3 f3, T4 f4) throws Throwable
f0
- result of precondition 1f1
- result of precondition 2f2
- result of precondition 3f3
- result of precondition 4f4
- result of precondition 5Throwable
- to enable throwable catchingCopyright © 2017. All rights reserved.