Interface GetResourcesFunction
-
- All Superinterfaces:
ThrowingTriFunction<java.lang.String,java.lang.Boolean,java.lang.ClassLoader[],java.util.Collection<java.net.URL>,java.lang.Throwable>
- All Known Implementing Classes:
GetResourcesFunction.Abst
,GetResourcesFunction.ForJava7
,GetResourcesFunction.ForJava9
public interface GetResourcesFunction extends ThrowingTriFunction<java.lang.String,java.lang.Boolean,java.lang.ClassLoader[],java.util.Collection<java.net.URL>,java.lang.Throwable>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
GetResourcesFunction.Abst
static class
GetResourcesFunction.ForJava7
static class
GetResourcesFunction.ForJava9
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.net.URL>
apply(java.lang.String resourceRelativePath, java.lang.Boolean findFirst, java.util.Collection<java.lang.ClassLoader> resourceClassLoaders)
-
Methods inherited from interface io.github.toolfactory.jvm.function.template.ThrowingTriFunction
apply
-
-