4 lines
33 B
Java
Raw Normal View History

2016-08-25 19:52:06 +02:00
interface Fun0<A>{
A apply();
}