| 程序包 | 说明 |
|---|---|
| com.firefly.utils.function |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Actions.toFunc(Action9<T1,T2,T3,T4,T5,T6,T7,T8,T9> action)
Converts an
Action9 to a function that calls the action and returns null. |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,R> |
Actions.toFunc(Action9<T1,T2,T3,T4,T5,T6,T7,T8,T9> action,
R result)
Converts an
Action9 to a function that calls the action and returns a specified value. |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,R> |
Functions.fromFunc(Func9<? super T0,? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? extends R> f)
|
Copyright © 2016. All rights reserved.