| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function | |
| com.landawn.abacus.util.stream |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
Fn.numToLong()
Num to long.
|
static ToLongFunction<Long> |
Fn.FnL.unbox() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Comparator<T> |
Comparators.comparingLong(ToLongFunction<? super T> keyMapper) |
| Modifier and Type | Field and Description |
|---|---|
static ToLongFunction<Number> |
ToLongFunction.FROM_NUM |
static ToLongFunction<Number> |
ToLongFunction.NUM
Deprecated.
replaced with
FROM_NUM. |
static ToLongFunction<Long> |
ToLongFunction.UNBOX |
| Modifier and Type | Method and Description |
|---|---|
static <T> Collector<T,?,u.OptionalDouble> |
Collectors.averagingLong(ToLongFunction<? super T> mapper) |
static <T> Collector<T,?,Double> |
Collectors.averagingLongForNonEmpty(ToLongFunction<? super T> mapper) |
static <T> Collector<T,?,Long> |
Collectors.summingLong(ToLongFunction<? super T> mapper) |
Copyright © 2021. All rights reserved.