Interface CompileTimeTypeCalculator.Action
- Enclosing class:
CompileTimeTypeCalculator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Only exists as Java is missing a
()->void functional interface.
This is not meant to be used otherwise.
(Runnable is specifically meant to be used for threads)-
Method Summary
-
Method Details
-
run
void run()
-