public class Rank extends Object
| Constructor and Description |
|---|
Rank() |
| Modifier and Type | Method and Description |
|---|---|
static <E> @NotNull ArrayList<E> |
lineup(@Nullable Collection<E> items,
Predicate<E>... predicate)
Arrange `items` in `predicate` order.
|
@NotNull @SafeVarargs public static <E> @NotNull ArrayList<E> lineup(@Nullable @Nullable Collection<E> items, @Nullable Predicate<E>... predicate)
Copyright © 2023. All rights reserved.