Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ discard
Method
discard
src/main/java/field/app/ThreadSync.java:101–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}
100
101
static
public
<K> Consumer<K> discard() {
102
return
(x) -> {
103
};
104
}
105
106
static
public
Supplier NULL() {
107
return
constant(
"NULL"
);
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected