MCPcopy 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

FunctionalTesterMethod · 0.80
staticMethodWithFIArgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected