public interface FunctionUtils
| Modifier and Type | Method and Description |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.