JavaTXCompilerInJavaTX/test/plugindevelopment/MartinTestCases/Matrix_lambda.jav
2014-08-05 14:24:58 +02:00

5 lines
121 B
Java
Executable File

import java.util.Vector;
class Matrix extends Vector<Vector<Integer>> {
op = (Matrix m) -> (f) -> f.apply(this, m);
}