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

Method biMap

future-java/src/main/java/io/trane/future/NoFuture.java:44–48  ·  view source on GitHub ↗
(final Future<U> other, final BiFunction<? super T, ? super U, ? extends R> f)

Source from the content-addressed store, hash-verified

42 }
43
44 @SuppressWarnings("unchecked")
45 @Override
46 public <U, R> Future<R> biMap(final Future<U> other, final BiFunction<? super T, ? super U, ? extends R> f) {
47 return (Future<R>) this;
48 }
49
50 @SuppressWarnings("unchecked")
51 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected