- All Known Subinterfaces:
AllocateInstanceFunction, AllocateInstanceFunction.Native, ConsulterSupplyFunction, DeepConsulterSupplyFunction, GetDeclaredConstructorsFunction, GetDeclaredFieldsFunction, GetDeclaredMethodsFunction, GetLoadedClassesRetrieverFunction, GetLoadedClassesRetrieverFunction.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, GetLoadedClassesRetrieverFunction.ForJava7, GetLoadedClassesRetrieverFunction.ForJava7.ForSemeru, GetLoadedClassesRetrieverFunction.Native.ForJava7, GetLoadedClassesRetrieverFunction.Native.ForJava7.ForSemeru, GetLoadedPackagesFunction.ForJava7, GetLoadedPackagesFunction.Native.ForJava7
public interface Function<I,R>
-
Method Summary
| Modifier and Type |
Method |
Description |
R |
apply(I input) |
|