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