JavaCompilerCore/app/resources/AllgemeinTest/Twice.jav
2023-01-10 14:22:05 +01:00

4 lines
59 B
Java

class Twice {
twice = f -> x -> f.apply(f.apply(x));
}