JavaTXCompilerInJavaTX/test/bytecode/Matrix_lambda.jav

5 lines
128 B
Java

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