Interface ConvertUtils.ExceptionalFunction<T,​R>

  • Enclosing class:
    ConvertUtils

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

      • apply

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