Interface GetPackageFunction
- All Superinterfaces:
ThrowingBiFunction<ClassLoader, String, Package, Throwable>
- All Known Implementing Classes:
GetPackageFunction.ForJava7, GetPackageFunction.ForJava9
public interface GetPackageFunction
extends ThrowingBiFunction<ClassLoader, String, Package, Throwable>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Methods inherited from interface ThrowingBiFunction
apply