Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoltsFramework/Bolts-Java
/ Capture
Method
Capture
Bolts/src/bolts/Capture.java:20–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
private
T value;
19
20
public
Capture() {
21
}
22
23
public
Capture(T value) {
24
this.value = value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected