T - the type of the input of the functionR - the type of the result of the functionpublic interface Function<T,R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Function.Util |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t)
Applies this function to the given argument.
|
Copyright © 2018. All rights reserved.