Returns a satisfied future with an immutable empty list. @return the empty list future. @param the list type
()
| 200 | * @param <T> the list type |
| 201 | */ |
| 202 | public static <T> Future<List<T>> emptyList() { |
| 203 | return FutureConstants.EMPTY_LIST.unsafeCast(); |
| 204 | } |
| 205 |
no outgoing calls