| 程序包 | 说明 |
|---|---|
| com.firefly.utils.function | |
| com.firefly.utils.log |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T0> FuncN<Void> |
Functions.fromAction(Action1<? super T0> f)
|
static <T1> Func1<T1,Void> |
Actions.toFunc(Action1<T1> action)
Converts an
Action1 to a function that calls the action and returns null. |
static <T1,R> Func1<T1,R> |
Actions.toFunc(Action1<T1> action,
R result)
Converts an
Action1 to a function that calls the action and returns a specified value. |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
XmlLogConfigParser.parse(Action1<FileLog> action) |
boolean |
PropertiesLogConfigParser.parse(Action1<FileLog> action) |
boolean |
LogConfigParser.parse(Action1<FileLog> action) |
Copyright © 2016. All rights reserved.