JavaTXCompilerInJavaTX/test/plugindevelopment/MartinTestCases/jav/Lambda_usecases/Matrix_lambda.jav
2014-06-10 20:23:01 +02:00

5 lines
221 B
Java

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);
}