Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/traneio/future
/ apply
Method
apply
future-java/src/main/java/io/trane/future/Promise.java:563–566 ·
view source on GitHub ↗
(final Future<T> result)
Source
from the content-addressed store, hash-verified
561
}
562
563
@Override
564
final
Future<R> apply(
final
Future<T> result) {
565
return
result.biMap(other, f);
566
}
567
}
568
569
@Override
Callers
nothing calls this directly
Calls
1
biMap
Method · 0.65
Tested by
no test coverage detected