forked from JavaTX/JavaCompilerCore
5 lines
221 B
Plaintext
5 lines
221 B
Plaintext
|
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);
|
||
|
}
|