Interface TypeLoaderAccess.ArgCallable<V,A1>

Enclosing class:
TypeLoaderAccess

private static interface TypeLoaderAccess.ArgCallable<V,A1>
  • Method Summary

    Modifier and Type
    Method
    Description
    call(A1 arg1)
    Computes a result, or throws an exception if unable to do so.
  • Method Details

    • call

      V call(A1 arg1) throws Exception
      Computes a result, or throws an exception if unable to do so.
      Returns:
      computed result
      Throws:
      Exception - if unable to compute a result