Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ViaVersion/ViaProxy
/ TFunction
Interface
TFunction
src/main/java/net/raphimc/viaproxy/util/TFunction.java:20–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
package
net.raphimc.viaproxy.util;
19
20
@FunctionalInterface
21
public
interface
TFunction<T, R> {
22
23
R apply(T t) throws Throwable;
24
25
}
Callers
2
handleLogin
Method · 0.80
handleLogin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected