public interface FloatTriFunction<R> extends Try.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 Try.FloatTriFunction<R,RuntimeException>
default <V> FloatTriFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2019. All rights reserved.