| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> Function<T,R> |
Fn.Functions.indexed(IndexedFunction<T,R> func)
Returns a stateful
Function. |
| Modifier and Type | Method and Description |
|---|---|
default <V> IndexedFunction<T,V> |
IndexedFunction.andThen(IndexedFunction<? super R,? extends V> after) |
default <V> IndexedFunction<V,R> |
IndexedFunction.compose(IndexedFunction<? super V,? extends T> before) |
| Modifier and Type | Method and Description |
|---|---|
default <V> IndexedBiFunction<U,T,V> |
IndexedBiFunction.andThen(IndexedFunction<? super R,? extends V> after) |
default <V> IndexedFunction<T,V> |
IndexedFunction.andThen(IndexedFunction<? super R,? extends V> after) |
default <V> IndexedFunction<V,R> |
IndexedFunction.compose(IndexedFunction<? super V,? extends T> before) |
Copyright © 2021. All rights reserved.