JavaPatternMatching/bin/mycompiler/test/lambda/TestFunN.jav

2 lines
85 B
Java
Executable File

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