public interface Function<T,R> extends Operation
Represents a function that accepts one argument and produces a result.
Modifier and Type | Method and Description |
---|---|
R |
apply(T input)
Applies this function to the given argument.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.