Returns a satisfied future with an empty optional. @return the empty optional future. @param the optional type
()
| 210 | * @param <T> the optional type |
| 211 | */ |
| 212 | public static <T> Future<Optional<T>> emptyOptional() { |
| 213 | return FutureConstants.EMPTY_OPIONAL.unsafeCast(); |
| 214 | } |
| 215 |