Interface CheckedRunnable<E extends Exception>

All Superinterfaces:
Runnable
All Known Subinterfaces:
CheckedEolRunnable
All Known Implementing Classes:
ConstraintAtom, ConstraintContextAtom, EvlAtom, ExecutableRuleAtom, GenerationRuleAtom
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 CheckedRunnable<E extends Exception> extends Runnable
Since:
1.6
Author:
Sina Madani
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    run()
     
    void