Package org.dalesbred.internal.utils
Class CollectionUtils
java.lang.Object
org.dalesbred.internal.utils.CollectionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Object
arrayOfType
(@NotNull Class<?> elementType, @NotNull List<?> values) static <A,
B> @NotNull List<B> mapToList
(@NotNull Collection<? extends A> xs, @NotNull Function<? super A, ? extends B> mapper)
-
Method Details
-
mapToList
@NotNull public static <A,B> @NotNull List<B> mapToList(@NotNull @NotNull Collection<? extends A> xs, @NotNull @NotNull Function<? super A, ? extends B> mapper) -
arrayOfType
-