Interface AllocateInstanceFunction
-
- All Superinterfaces:
ThrowingFunction<java.lang.Class<?>,java.lang.Object,java.lang.Throwable>
- All Known Subinterfaces:
AllocateInstanceFunction.Native
- All Known Implementing Classes:
AllocateInstanceFunction.ForJava7
,AllocateInstanceFunction.Native.ForJava7
public interface AllocateInstanceFunction extends ThrowingFunction<java.lang.Class<?>,java.lang.Object,java.lang.Throwable>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AllocateInstanceFunction.ForJava7
static interface
AllocateInstanceFunction.Native
-
Method Summary
-
Methods inherited from interface io.github.toolfactory.jvm.function.template.ThrowingFunction
apply
-
-