| Package | Description |
|---|---|
| com.codepoetics.protonpack.selectors |
| Modifier and Type | Method and Description |
|---|---|
static <T> Selector<T> |
Selectors.roundRobin() |
static <T extends Comparable<T>> |
Selectors.takeMax() |
static <T> Selector<T> |
Selectors.takeMax(Comparator<? super T> comparator) |
static <T extends Comparable<T>> |
Selectors.takeMin() |
static <T> Selector<T> |
Selectors.takeMin(Comparator<? super T> comparator) |
Copyright © 2020. All rights reserved.