| Package | Description |
|---|---|
| com.codepoetics.protonpack.selectors |
| Modifier and Type | Method and Description |
|---|---|
static <T> Selector<T> |
Selectors.roundRobin() |
static <T extends java.lang.Comparable<T>> |
Selectors.takeMax() |
static <T> Selector<T> |
Selectors.takeMax(java.util.Comparator<? super T> comparator) |
static <T extends java.lang.Comparable<T>> |
Selectors.takeMin() |
static <T> Selector<T> |
Selectors.takeMin(java.util.Comparator<? super T> comparator) |
Copyright © 2015. All Rights Reserved.