public interface LongBiFunction<R> extends Try.LongBiFunction<R,java.lang.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 Try.LongBiFunction<R,java.lang.RuntimeException>
default <V> LongBiFunction<V> andThen(Function<? super R,? extends V> after)