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