Interface Function<I,​R>

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

public interface Function<I,​R>
  • Method Summary

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

    • apply

      R apply​(I input)