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

Method never

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

Returns a future that is never satisfied. @return the unsatisfied future. @param the type of the never satisfied future.

()

Source from the content-addressed store, hash-verified

120 * @param <T> the type of the never satisfied future.
121 */
122 public static <T> Future<T> never() {
123 return FutureConstants.NEVER.unsafeCast();
124 }
125

Callers 1

neverMethod · 0.95

Calls

no outgoing calls

Tested by 1

neverMethod · 0.76