Returns the result of applying this function to input. This method is generally expected , but not absolutely required, to have the following properties: Its execution does not cause any observable side effects. The computation is consistent with equals ; that is, {
(@Nullable F input)
| 62 | * arguments |
| 63 | */ |
| 64 | @Nullable |
| 65 | @CanIgnoreReturnValue |
| 66 | T apply(@Nullable F input); |
| 67 |
no outgoing calls
no test coverage detected