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