public interface Function<Input,Output>
A function with a generic input and output.
| Modifier and Type | Method and Description |
|---|---|
Output |
apply(Input input)
This method applies the function to a specified input and calculates the output.
|
Copyright © 2017. All rights reserved.