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

Method map

future-java/src/main/java/io/trane/future/NoFuture.java:20–24  ·  view source on GitHub ↗
(final Function<? super T, ? extends R> f)

Source from the content-addressed store, hash-verified

18 }
19
20 @SuppressWarnings("unchecked")
21 @Override
22 public <R> Future<R> map(final Function<? super T, ? extends R> f) {
23 return (Future<R>) this;
24 }
25
26 @SuppressWarnings("unchecked")
27 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected