Interface JSConcurrentManager.Thenable

All Known Implementing Classes:
JSConcurrentManager.JPromise
Enclosing class:
JSConcurrentManager

public static interface JSConcurrentManager.Thenable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    then(org.graalvm.polyglot.Value onResolve, org.graalvm.polyglot.Value onReject)
     
  • Method Details

    • then

      void then(org.graalvm.polyglot.Value onResolve, org.graalvm.polyglot.Value onReject)