Interface JSPromise.FulfillmentValue<T>

All Superinterfaces:
org.teavm.jso.JSObject
Enclosing class:
JSPromise<T>

public static interface JSPromise.FulfillmentValue<T> extends org.teavm.jso.JSObject
Interface for the return values of .
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • getStatus

      JSString getStatus()
    • getValue

      T getValue()
    • getReason

      Object getReason()