public interface FunctionUtils
| 限定符和类型 | 方法和说明 |
|---|---|
static <INPUT,OUTPUT> |
consumerAsNullFunction(Consumer<INPUT> consumer)
Convert the given consumer to a function with any output type
such that the returned function always returns null.
|
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.