MCPcopy Index your code
hub / github.com/winterbe/java8-tutorial / Converter

Interface Converter

src/com/winterbe/java8/samples/lambda/Lambda2.java:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6public class Lambda2 {
7
8 @FunctionalInterface
9 public static interface Converter<F, T> {
10 T convert(F from);
11 }
12
13 static class Something {
14 String startsWith(String s) {

Callers 2

mainMethod · 0.80
testScopesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected