T
- the input value typeR
- the output value typepublic interface Function<T,R>
Modifier and Type | Method and Description |
---|---|
R |
apply(T t)
Apply some calculation to the input value and return some other value.
|
Copyright © 2019. All rights reserved.