Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ toCollection
Method
toCollection
src/main/java/field/app/ThreadSync.java:110–112 ·
view source on GitHub ↗
(Collection<V> to)
Source
from the content-addressed store, hash-verified
108
}
109
110
static
public
<V> Consumer<V> toCollection(Collection<V> to) {
111
return
(v) -> to.add(v);
112
}
113
114
static
public
Object yield(Object o) throws InterruptedException, Stop {
115
if
(fiber.get() == null)
Callers
9
dispatch
Method · 0.80
dispatch
Method · 0.80
coallesce
Method · 0.80
selection
Method · 0.80
Topology
Method · 0.80
loaded
Method · 0.80
Mocap
Class · 0.80
doHighLevelMouseEvents
Method · 0.80
run
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected