Interface CheckedRunnable

All Superinterfaces:
Runnable

public interface CheckedRunnable extends Runnable
an extension of Runnable which wraps all exceptions in runtime exceptions so that expressions throwing checked exceptions can be nicely used in the Stream API
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    default void
    run()