Interface VoidFunction


  • public interface VoidFunction
    Functional interface that performs an operation that returns nothing.

    Follows naming scheme of Java 8 functional interfaces.

    • Method Detail

      • apply

        void apply()