Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/VolmitSoftware/Adapt
/ accept
Method
accept
src/main/java/com/volmit/adapt/util/Consumer2.java:24–24 ·
view source on GitHub ↗
(A a, B b)
Source
from the content-addressed store, hash-verified
22
@FunctionalInterface
23
public
interface
Consumer2<A, B> {
24
void
accept(A a, B b);
25
}
Callers
9
loadChunkAsync
Method · 0.65
execute
Method · 0.65
a
Method · 0.65
startSubmitting
Method · 0.65
submitData
Method · 0.65
sendData
Method · 0.65
getRequestJsonObject
Method · 0.65
check
Method · 0.65
readEntry
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected