public interface LongTriFunction<R> extends Throwables.LongTriFunction<R,RuntimeException>
Modifier and Type | Method and Description |
---|---|
default <V> LongTriFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(long a,
long b,
long c) |
R apply(long a, long b, long c)
apply
in interface Throwables.LongTriFunction<R,RuntimeException>
default <V> LongTriFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2020. All rights reserved.