@deprecated Provided to satisfy the Function interface; use #convert instead.
(@Nullable A a)
| 398 | */ |
| 399 | |
| 400 | @Deprecated |
| 401 | @Override |
| 402 | @Nullable |
| 403 | @CanIgnoreReturnValue |
| 404 | public final B apply(@Nullable A a) { |
| 405 | return convert(a); |
| 406 | } |
| 407 | |
| 408 | /** |
| 409 | * Indicates whether another object is equal to this converter. |