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