| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static <R> LongFunction<R> |
Fn.FnL.f(LongFunction<R> f) |
| Modifier and Type | Method and Description |
|---|---|
static <R> LongFunction<R> |
Fn.FnL.f(LongFunction<R> f) |
| Modifier and Type | Field and Description |
|---|---|
static LongFunction<Long> |
LongFunction.BOX |
| Modifier and Type | Method and Description |
|---|---|
default <V> LongFunction<V> |
LongFunction.andThen(Function<? super R,? extends V> after) |
static LongFunction<Long> |
LongFunction.identity() |
Copyright © 2021. All rights reserved.