Class DeferredIntSupplier

java.lang.Object
me.topchetoeu.j2s.compilation.DeferredIntSupplier
All Implemented Interfaces:
IntSupplier

public final class DeferredIntSupplier extends Object implements IntSupplier
  • Constructor Details

    • DeferredIntSupplier

      public DeferredIntSupplier()
  • Method Details

    • set

      public void set(int val)
    • getAsInt

      public int getAsInt()
      Specified by:
      getAsInt in interface IntSupplier