T
- The type of the input to the apply operationR
- The type of the result of the apply operationpublic interface Function<T,R>
Modifier and Type | Method and Description |
---|---|
R |
apply(T t)
Execute the logic of the action, accepting the given parameter.
|
Copyright © 2016. All rights reserved.