Interface VoidFunction


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

Follows naming scheme of Java 8 functional interfaces.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • apply

      void apply()