P - The parameter type.R - The return type.public interface F1<P,R>
A function with a parameter and a return value.
| Modifier and Type | Interface and Description |
|---|---|
static class |
F1.Identity<I> |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(P param) |
Copyright © 2019. All rights reserved.