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