Interface JS.UnwrapFunction<S extends org.teavm.jso.JSObject,T>

Enclosing class:
JS

public static interface JS.UnwrapFunction<S extends org.teavm.jso.JSObject,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(S obj)
     
  • Method Details

    • apply

      T apply(S obj)