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.

@FunctionalInterface public static interface CompileTimeTypeCalculator.Action
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

    Modifier and Type
    Method
    Description
    void
    run()
     
  • Method Details

    • run

      void run()