Is there a standard functional interface in the JDK that accepts nothing and returns nothing? I can not find him. Something like the following:
@FunctionalInterface interface Action { void execute(); }
java function java-8
deamon May 30 '14 at 16:03 2014-05-30 16:03
source share