Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ NULL
Method
NULL
src/main/java/field/app/ThreadSync.java:106–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
}
105
106
static
public
Supplier NULL() {
107
return
constant(
"NULL"
);
108
}
109
110
static
public
<V> Consumer<V> toCollection(Collection<V> to) {
111
return
(v) -> to.add(v);
Callers
1
run
Method · 0.95
Calls
1
constant
Method · 0.95
Tested by
no test coverage detected