MCPcopy Create free account
hub / github.com/traneio/future / emptyList

Method emptyList

future-java/src/main/java/io/trane/future/Future.java:202–202  ·  view source on GitHub ↗

Returns a satisfied future with an immutable empty list. @return the empty list future. @param the list type

()

Source from the content-addressed store, hash-verified

200 * @param <T> the list type
201 */
202 public static <T> Future<List<T>> emptyList() {
203 return FutureConstants.EMPTY_LIST.unsafeCast();
204 }
205

Callers 3

emptyListMethod · 0.95
collectEmptyMethod · 0.95

Calls

no outgoing calls

Tested by 3

emptyListMethod · 0.76
collectEmptyMethod · 0.76