Interface ConvertUtils.ExceptionalFunction<T,​R>

Enclosing class:
ConvertUtils

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

    Modifier and Type Method Description
    R apply​(T r)  
  • Method Details

    • apply

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