| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> u.Nullable<T> |
N.getOnlyElement(Iterable<? extends T> iterable)
Gets the only element.
|
static <T> u.Nullable<T> |
N.getOnlyElement(Iterator<? extends T> iter)
Gets the only element.
|
u.Optional<T> |
ExceptionalStream.onlyOne() |
Copyright © 2021. All rights reserved.