JavaCompilerCore/app/resources/AllgemeinTest/Twice.jav

4 lines
59 B
Plaintext
Raw Permalink Normal View History

2023-01-10 13:22:05 +00:00
class Twice {
twice = f -> x -> f.apply(f.apply(x));
}