| Constructor and Description |
|---|
CollectorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Collector<T,?,T> |
firstOrNull() |
static <T> Collector<T,?,T> |
single() |
static <T> Collector<T,?,T> |
singleOrNull() |
Copyright © 2017. All rights reserved.