Interface Procedure

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 Procedure
Parameter type for lambdas that don't return a result but may throw exceptions.
Since:
1.0
Author:
Alonso del Arte
  • Method Summary

    Modifier and Type
    Method
    Description
    void