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:742–745 ·
view source on GitHub ↗
(final Future<T> result)
Source
from the content-addressed store, hash-verified
740
741
private
static
class
Voided<T> extends Continuation<T, Void> {
742
@Override
743
final
Future<Void> apply(
final
Future<T> result) {
744
return
result.voided();
745
}
746
}
747
748
@Override
Callers
nothing calls this directly
Calls
1
voided
Method · 0.65
Tested by
no test coverage detected