JavaTXCompilerInJavaTX/test/bytecode/Matrix_lambda.jav

5 lines
128 B
Plaintext
Raw Normal View History

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