Interface MainFunction

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface MainFunction
    Functional interface for application execution.
    • Method Detail

      • main

        void main​(java.lang.String[] args)
        Runs the applications.
        Parameters:
        args - the application command line.