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

Method BiMap

future-java/src/main/java/io/trane/future/Promise.java:558–561  ·  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

556 private final Future<U> other;
557
558 public BiMap(final Future<U> other, final BiFunction<? super T, ? super U, ? extends R> f) {
559 this.other = other;
560 this.f = f;
561 }
562
563 @Override
564 final Future<R> apply(final Future<T> result) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected