Interface ThrowingVoidFunction<T extends Throwable>


public interface ThrowingVoidFunction<T extends Throwable>
Functional interface that performs an operation that might throw an exception.

Follows naming scheme of Java 8 functional interfaces.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • apply

      void apply() throws T
      Throws:
      T extends Throwable