Class IsSupertypeFunction


  • public abstract class IsSupertypeFunction
    extends org.teavm.interop.Function
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean apply​(RuntimeClass superType)  
      • Methods inherited from class org.teavm.interop.Function

        get
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IsSupertypeFunction

        public IsSupertypeFunction()
    • Method Detail

      • apply

        public abstract boolean apply​(RuntimeClass superType)