public interface FloatTriFunction<R>
Modifier and Type | Method and Description |
---|---|
default <V> FloatTriFunction<V> |
andThen(java.util.function.Function<? super R,? extends V> after) |
R |
apply(float a,
float b,
float c) |
R apply(float a, float b, float c)
default <V> FloatTriFunction<V> andThen(java.util.function.Function<? super R,? extends V> after)