public interface ResourceCollection<T>
extends java.lang.Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
default <P> @NotNull java.lang.Iterable<P> |
applyAll(@NotNull MappingCandidates<T,P> candidates) |
static <T> @NotNull ResourceCollection<T> |
create(@NotNull java.lang.String resourceName,
@NotNull java.lang.Iterable<T> resources) |
@NotNull java.lang.String |
resourceName() |
@NotNull @NotNull java.lang.String resourceName()
@NotNull static <T> @NotNull ResourceCollection<T> create(@NotNull @NotNull java.lang.String resourceName, @NotNull @NotNull java.lang.Iterable<T> resources)
@NotNull
default <P> @NotNull java.lang.Iterable<P> applyAll(@NotNull
@NotNull MappingCandidates<T,P> candidates)
throws java.io.IOException
java.io.IOException