import java.util.Vector;

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