public interface FloatBiConsumer extends Try.FloatBiConsumer<java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
void |
accept(float t,
float u) |
default FloatBiConsumer |
andThen(FloatBiConsumer after) |
void accept(float t, float u)
accept
in interface Try.FloatBiConsumer<java.lang.RuntimeException>
default FloatBiConsumer andThen(FloatBiConsumer after)