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

Method emptyOptional

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

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

()

Source from the content-addressed store, hash-verified

210 * @param <T> the optional type
211 */
212 public static <T> Future<Optional<T>> emptyOptional() {
213 return FutureConstants.EMPTY_OPIONAL.unsafeCast();
214 }
215

Callers 1

emptyOptionalMethod · 0.95

Calls

no outgoing calls

Tested by 1

emptyOptionalMethod · 0.76