T
- the type of the input to the functionR
- the type of the result of the functionpublic interface Function<T,R> extends Operation
Modifier and Type | Method and Description |
---|---|
R |
apply(T input)
Applies this function to the given argument.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.