Class TMethodHandle


  • public abstract class TMethodHandle
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TMethodHandle()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.Object invokeExact​(java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

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

      • TMethodHandle

        public TMethodHandle()
    • Method Detail

      • invokeExact

        public abstract java.lang.Object invokeExact​(java.lang.Object[] args)