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