Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ FI
Interface
FI
test/java/clojure/test/FunctionalTester.java:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
public
char testVar;
5
6
@FunctionalInterface
7
public
interface
FI {
8
char action(String str,
int
pos);
9
}
10
11
public
FunctionalTester(String str,
int
pos, FI fi) {
12
testVar = fi.action(str, pos);
Callers
3
FunctionalTester
Method · 0.80
instanceMethodWithFIArg
Method · 0.80
staticMethodWithFIArg
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected