protected static interface BaseRedSynchronizer.Function
Modifier and Type | Interface and Description |
---|---|
static interface |
BaseRedSynchronizer.Function.Function0<WRAPPER>
A function of 0 result parameters
|
static interface |
BaseRedSynchronizer.Function.Function1<WRAPPER,T0>
A function of 1 result parameter
|
static interface |
BaseRedSynchronizer.Function.Function10<WRAPPER,T0,T1,T2,T3,T4,T5,T6,T7,T8,T9>
A function of 10 result parameters
|
static interface |
BaseRedSynchronizer.Function.Function2<WRAPPER,T0,T1>
A function of 2 result parameters
|
static interface |
BaseRedSynchronizer.Function.Function3<WRAPPER,T0,T1,T2>
A function of 3 result parameters
|
static interface |
BaseRedSynchronizer.Function.Function4<WRAPPER,T0,T1,T2,T3>
A function of 4 result parameters
|
static interface |
BaseRedSynchronizer.Function.Function5<WRAPPER,T0,T1,T2,T3,T4>
A function of 5 result parameters
|
static interface |
BaseRedSynchronizer.Function.Function6<WRAPPER,T0,T1,T2,T3,T4,T5>
A function of 6 result parameters
|
static interface |
BaseRedSynchronizer.Function.Function7<WRAPPER,T0,T1,T2,T3,T4,T5,T6>
A function of 7 result parameters
|
static interface |
BaseRedSynchronizer.Function.Function8<WRAPPER,T0,T1,T2,T3,T4,T5,T6,T7>
A function of 8 result parameters
|
static interface |
BaseRedSynchronizer.Function.Function9<WRAPPER,T0,T1,T2,T3,T4,T5,T6,T7,T8>
A function of 9 result parameters
|
static interface |
BaseRedSynchronizer.Function.FunctionN<WRAPPER>
A function of N result parameters
|
Copyright © 2017. All rights reserved.