MCPcopy 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

18package net.raphimc.viaproxy.util;
19
20@FunctionalInterface
21public interface TFunction<T, R> {
22
23 R apply(T t) throws Throwable;
24
25}

Callers 2

handleLoginMethod · 0.80
handleLoginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected