public interface LongBiFunction<R> extends Throwables.LongBiFunction<R,RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
default <V> LongBiFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(long t,
long u) |
R apply(long t, long u)
apply in interface Throwables.LongBiFunction<R,RuntimeException>default <V> LongBiFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2021. All rights reserved.