MCPcopy Index your code
hub / github.com/BoltsFramework/Bolts-Java / get

Method get

Bolts/src/bolts/Capture.java:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 public T get() {
28 return value;
29 }
30
31 public void set(T value) {
32 this.value = value;

Callers 6

continueWhileMethod · 0.95
thenMethod · 0.80
callMethod · 0.80
incrementDepthMethod · 0.80
decrementDepthMethod · 0.80
thenMethod · 0.80

Calls

no outgoing calls

Tested by 2

thenMethod · 0.64
callMethod · 0.64