Package ghidra.test

Interface AbstractProgramBasedTest.ExceptionalFunction<T,​R>

  • Enclosing class:
    AbstractProgramBasedTest

    public static interface AbstractProgramBasedTest.ExceptionalFunction<T,​R>
    • Method Detail

      • apply

        R apply​(T t)
         throws java.lang.Exception
        Throws:
        java.lang.Exception