T - the input to the functionR - the output to the functionpublic interface Function<T,R>
Function, but defined here to work in versions older than java 8.| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t)
Applies this function to the given argument.
|
Copyright © 2018. All rights reserved.