We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@FunctionalInterface public interface Runnable { public abstract void run(); }
··· @FunctionalInterface public interface Supplier {
/** * Gets a result. * * @return a result */ T get();
} ···
There was an error while loading. Please reload this page.