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

Method biFlatMap

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

Source from the content-addressed store, hash-verified

48 }
49
50 @SuppressWarnings("unchecked")
51 @Override
52 public <U, R> Future<R> biFlatMap(final Future<U> other,
53 final BiFunction<? super T, ? super U, ? extends Future<R>> f) {
54 return (Future<R>) this;
55 }
56
57 @Override
58 public Future<T> ensure(final Runnable r) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected