JavaTXCompilerInJavaTX/test/bytecode/Matrix_lambda.jav
2015-09-24 15:26:34 +02:00

5 lines
121 B
Java

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