Interface ThrowingFunction<I,​R,​E extends java.lang.Throwable>

All Known Subinterfaces:
AllocateInstanceFunction, AllocateInstanceFunction.Native, ConsulterSupplyFunction, ConvertToBuiltinClassLoaderFunction, DeepConsulterSupplyFunction, GetDeclaredConstructorsFunction, GetDeclaredFieldsFunction, GetDeclaredMethodsFunction
All Known Implementing Classes:
AllocateInstanceFunction.ForJava7, AllocateInstanceFunction.Native.ForJava7, ConsulterSupplyFunction.Abst, ConsulterSupplyFunction.ForJava7, ConsulterSupplyFunction.ForJava9, ConvertToBuiltinClassLoaderFunction.ForJava7, ConvertToBuiltinClassLoaderFunction.ForJava9, DeepConsulterSupplyFunction.Abst, DeepConsulterSupplyFunction.ForJava14, DeepConsulterSupplyFunction.ForJava7, DeepConsulterSupplyFunction.ForJava7.ForSemeru, DeepConsulterSupplyFunction.ForJava9, GetDeclaredConstructorsFunction.Abst, GetDeclaredConstructorsFunction.ForJava7, GetDeclaredConstructorsFunction.ForJava7.ForSemeru, GetDeclaredFieldsFunction.Abst, GetDeclaredFieldsFunction.ForJava7, GetDeclaredFieldsFunction.ForJava7.ForSemeru, GetDeclaredMethodsFunction.Abst, GetDeclaredMethodsFunction.ForJava7, GetDeclaredMethodsFunction.ForJava7.ForSemeru, ThrowingFunctionAdapter

public interface ThrowingFunction<I,​R,​E extends java.lang.Throwable>
  • Method Summary

    Modifier and Type Method Description
    R apply​(I input)  
  • Method Details

    • apply

      R apply​(I input) throws E extends java.lang.Throwable
      Throws:
      E extends java.lang.Throwable