Raw
1 interface RIGHT<A, B> extends Function<A, B> {
2 static int ONE;
3 static int TWO;
4 static int THREE;
5 public B foo(A ChangeMe);
6 }