Interface GetPackageFunction
- All Superinterfaces:
BiFunction<ClassLoader,String,Package>
- All Known Implementing Classes:
GetPackageFunction.ForJava7,GetPackageFunction.ForJava9
public interface GetPackageFunction extends BiFunction<ClassLoader,String,Package>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGetPackageFunction.ForJava7static classGetPackageFunction.ForJava9 -
Method Summary
Methods inherited from interface io.github.toolfactory.jvm.function.template.BiFunction
apply