JavaTXCompilerInJavaTX/test/plugindevelopment/MartinTestCases/jav/Lambda_usecases/Matrix_lambda.jav

5 lines
221 B
Plaintext
Raw Normal View History

2014-06-10 18:23:01 +00:00
import java.util.Vector;
class Matrix extends Vector<Vector<Integer>> {
<NJ, NI extends NJ, AG extends NI> Fun1<Fun1<NJ, ? extends Fun2< TPH AG, Matrix, TPH IM >>, Matrix> op = (Matrix m) -> (f) -> f.apply(this, m);
}