public interface IndexedBiFunction<U,T,R> extends Throwables.IndexedBiFunction<U,T,R,RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
default <V> IndexedBiFunction<U,T,V> |
andThen(IndexedFunction<? super R,? extends V> after) |
R |
apply(U u,
int idx,
T e) |
R apply(U u, int idx, T e)
apply in interface Throwables.IndexedBiFunction<U,T,R,RuntimeException>default <V> IndexedBiFunction<U,T,V> andThen(IndexedFunction<? super R,? extends V> after)
Copyright © 2021. All rights reserved.