Interface NashornBridgeTest.Doubler

Enclosing class:
NashornBridgeTest

public static interface NashornBridgeTest.Doubler
SAM interface used by idiom (e) via Invocable.getInterface.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    doubleIt(int x)
     
  • Method Details

    • doubleIt

      int doubleIt(int x)