Interface JSError.TryClause<T>

All Superinterfaces:
org.teavm.jso.JSObject
Enclosing class:
JSError

public static interface JSError.TryClause<T> extends org.teavm.jso.JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    run()
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • run

      T run()