4 lines
32 B
Java
Raw Permalink Normal View History

2015-09-22 18:43:36 +02:00
interface Fun0<A>{
A apply();
}